Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Browser window W/O Scrol bar

Status
Not open for further replies.

TonyU

Technical User
Feb 14, 2001
1,317
US
[tt] How can I tell the browser to show a scroll bar? for some reason one of my windows does not have one.
[tt]"A Successful man is one who can build a firm foundation with the bricks that others throw at him"[/tt]
[noevil]
 
how are you opening the window.
via window.open? I help at your own risk, if I brake it sorry! But if I fixed it, let me know with a
star.gif
[thumbsup2]
admin@onpntwebdesigns.com
 
[tt]it's acutally from a picture link
[tt]"A Successful man is one who can build a firm foundation with the bricks that others throw at him"[/tt]
[noevil]
 
can you post the code for the link to the new window. is it simply
<a href=&quot;page.asp&quot;><image src=&quot;pic.gif></a>
or are you doing a onclick event
I help at your own risk, if I brake it sorry! But if I fixed it, let me know with a
star.gif
[thumbsup2]
admin@onpntwebdesigns.com
 
[tt]It's actually a link from a Flash TEXT image

here's the code

<OBJECT classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot; width=&quot;84&quot; height=&quot;41&quot;>
<PARAM name=movie value=&quot;../Images/Image99.swf&quot;>
<PARAM name=quality value=high>
<PARAM name=&quot;BGCOLOR&quot; value=&quot;#ffcd67&quot;>
<PARAM name=&quot;SCALE&quot; value=&quot;exactfit&quot;>
<EMBED src=&quot;../Images/Image99.swf&quot; quality=high pluginspage=&quot; type=&quot;application/x-shockwave-flash&quot; scale=&quot;exactfit&quot; width=&quot;84&quot; height=&quot;41&quot; bgcolor=&quot;#ffcd67&quot;>
</EMBED>
</OBJECT>
[tt]&quot;A Successful man is one who can build a firm foundation with the bricks that others throw at him&quot;[/tt]
[noevil]
 
The flash movie is launching the new browser, but it is launching it without scroll bars...

You might have to use a little bit of Active Scripting withing Flash to control how the page is going to open. I would have to experiment with it a little, but it may be possible to have the flash movie open an intermediate page (not the image directly) that 'refreshes' or otherwise redirects to the image with scrollbars on (using javascript on that intermediate page, perhaps).

Unless of course you can use Javascript in Flash scripting, or flash scripting supports it directly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top