TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Help me with this please! (Desperate)

Page: 1 Reply
Oct 12th 2002#73494 Report
Member since: Sep 12th 2002
Posts: 28
I am using a javascript to launch a new window, triggerd by a link.

This is the header script:



And this is the link script:

"javascript:openwindow()" onMouseDown="MM_openBrWindow('victurna.htm','','width=469,height=434','scrollbars')""

Now i would like to have scrollbars in the new window. Becouse it NEEDS scrollbars.

If i am not wrong, i just have to add something with 'scrollbars' in the features list. Like this:

"javascript:openwindow()" onMouseDown="MM_openBrWindow('victurna.htm','','width=469,height=434','scrollbars')""

I tryed scrollbars=yes, scrollbars=1 and all other thinkable combinations. But nothing works. That damn scrollbar never shows!

How the heck do i get just a simple scollbar in my new window?

Annyone?

THANKS!
Reply with Quote Reply
Oct 12th 2002#73499 Report
Member since: Jun 30th 2001
Posts: 447
To add scrollbars try the following:

[code]<a href="#" onMouseDown="MM_openBrWindow('victurna.htm','','width=469,height=434,scrollbars=yes')">[/code]
Reply with Quote Reply
Oct 12th 2002#73573 Report
Member since: Mar 18th 2001
Posts: 6632
Since you are doing it in dreamweaver anyway, you could just check the box that says "scrollbars".
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum