
09-04-2007
|
| Senior Member
Join Date: Jun 2007
Posts: 1,413
BRL$: 4,235.66 Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 172 | | control on the name of the page on top bar i am opening a new window with flash and javaScript. and i need to control the name of the new window. since it is a site that is hosted in another site, at the top of my window appears the name of the main site. it ignoers the title tag originally in the window. the code in flash is: Code: --------- getURL("java_script:fixedSize('gallery/bigPicts1.html', '', 'menubar=0, tollbar=0, scrollbars=yes, resizable=0, width=800, height=600');"); --------- and the code in the html page which is holding the flash is: Code: --------- function fixedSize(url,name,features) { win = window.open(url,name,features); --------- To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. | |
__________________ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. | | | |