
09-23-2007
|
| Senior Member
Join Date: Jun 2007
Posts: 1,413
BRL$: 4,211.66 Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 172 | | window.open title problem on safari title of my new window shows up as "untitled" on safari.this works fine on firefox etc.thanksHTML:--------- test function image(Pic,wVal,hVal){ subWin = window.open("","subwindow","width="+ wVal + ",height=" + hVal +",top=0,left=0"); subWin.document.open(); subWin.document.write('image_uacct = "UA-139461-1";urchinTracker();'); subWin.document.close(); } 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 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. | | | |