wiccabrat
02-18-2003, 02:48 PM
Help please!!!
<script language="javascript">
//<!--
function popup()
{ window.open ("http://hometown.aol.com/wicca0911/page10.html","Hamsters","width=400,height=400,location=
0,menubar=0,resizable
=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>
<a href="javascript:Hamsters()"><img src="http://members.aol.com/wiccabrat911/images/hcsign.gif" border
=0 width="84" height="68" alt="Hamster Cage"></a>
Those are the codes I'm using, I'm using aols page builder.
What am I doing wrong? It shows up but doesn't work.
Thanks
MaGiCSuN
02-18-2003, 03:01 PM
Well i know from geocities.com pagebuilder that you cannot insert javascripts or anything like that you can only drag and drop.
to use those codes you must go to your filemanager and open your files one by one so that you can see the html codes from it.
I'm not sure about aol. you need to log in and i can't find the "options" what you can do with pagebuilder. Oh wait i foun dout something about it. You can do html.. hmm.. but i can't find if you can do javascripts
Did you put the style code between the <head> and </head> oohhh there we gotit. If you use a pagebuilder to drop and drag you cannot insert any codes into the HTML file.
Try to see if you can open a file so that you can see the WHOLE page in html
Love,
Mirna
wiccabrat
02-18-2003, 03:04 PM
Wow you lost me. I use java and html.
I have drop down menus and mouse graphics and falling snow.
BillDunn
02-18-2003, 04:07 PM
You need to call the popup function. At what point would you like the popup to appear?
wiccabrat
02-18-2003, 04:08 PM
Ummmm what do you mean at what point? When you click on the link..........
MaGiCSuN
02-18-2003, 04:57 PM
Try this code:
<script language="javascript">
//<!--
function hamsters()
{ window.open ("http://hometown.aol.com/wicca0911/page10.html","Hamsters","width=400,height=400,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>
In your coding put everything after "width" and before "toolbar" on one line, the forum puts the code on several lines.
Hope it works ;)
wiccabrat
02-18-2003, 05:13 PM
Again I use a page builder, and that code doesn't use an image link does it?
Dude128
02-18-2003, 05:35 PM
Originally posted by MaGiCSuN
Well i know from geocities.com pagebuilder that you cannot insert javascripts or anything like that you can only drag and drop.
use the popup code posted and the image link you were already using. all you had to do was change the names- popup and hamster to match.