The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
I need the javascript code that makes popup (_black in html) windows open at a set size without the address bar etc at the top. Does anyone know it?
Many Thanks
Taka-Q
> Have changed that aswell now
Mexcellent :-)
> Just checked your site, Taka and you've got it a bit muddled.
>
> Get rid of the onClick bit in the link and change it so it's just:
>
>
Have changed that aswell now
> There is a btter way of doing this which is more complaibt by putting
> the popUp() in the actual href... it's something like
> href="javascript:popUp();" which is the nice xHTML way of
> doing things...
>
Yes I know that, I usually do that with most scripts, dunno why I didn't with this one actually...
> BTW in xHTML you can no longer have mixed case commands in JS... so
> OnClick becomes onclick and OnBlur becomes onblur etc etc.
Now that I didn't know and that will come in handy, cheers.
> RastaBillySkank wrote:
>
>
>
> Don't use > refresh int he background after opening the window. use:
>
>
>
> There is a btter way of doing this which is more complaibt by putting
> the popUp() in the actual href... it's something like
> href="javascript:popUp();" which is the nice xHTML way of
> doing things...
>
> BTW in xHTML you can no longer have mixed case commands in JS... so
> OnClick becomes onclick and OnBlur becomes onblur etc etc.
Will Change
>
>
Don't use
There is a btter way of doing this which is more complaibt by putting the popUp() in the actual href... it's something like href="javascript:popUp();" which is the nice xHTML way of doing things...
BTW in xHTML you can no longer have mixed case commands in JS... so OnClick becomes onclick and OnBlur becomes onblur etc etc.
Thanks
Taka-Q