zorag
08-28-2006, 07:37 PM
I need to be able to provide my users with a code they can use to link to my popup player from their sites. The player window must have no URL scrollbars etc.. just a box 500x200 which opens in the middle of the screen.
The link I give them must be fairly minimal like:
<!-- Begin Link-->
<a href="http://www.mysite.bla" target="_blank">Link</a>
<!-- End Link-->
Therefore I suppose the script functionality would be placed in the <head> of the player page.
Now here's the tricky bit - that player page currently loads into a page in my main site, and so if anything is added to the <head> it should not cause the main site to resize..
Any help would be HIGHLY appreciated! :)
Thanks
The link I give them must be fairly minimal like:
<!-- Begin Link-->
<a href="http://www.mysite.bla" target="_blank">Link</a>
<!-- End Link-->
Therefore I suppose the script functionality would be placed in the <head> of the player page.
Now here's the tricky bit - that player page currently loads into a page in my main site, and so if anything is added to the <head> it should not cause the main site to resize..
Any help would be HIGHLY appreciated! :)
Thanks