View Single Post
Old 05-07-2007   #18
Jonclani
The Altclani Army
 
Jonclani's Avatar
 

Main Character:
Jonclani (talents)
DKP
Night Elf Hunter
Leatherworking & Skinning
More Characters


Posts: 725

Ignore my previous post, I was barking up the wrong tree. After looking at the code more closely, here goes.

First things first, cursor type should be 'pointer', not 'hand'. Hand only works in IE, pointer works in both.

Also, in all the SetFor functions, toss in

return false;

after the 3 lines of function code, ie

function SetForONY()
{
document.all.title.value='ONYXIA';
document.all.useroll.checked='';
document.all.message.value=' Onyxia\nMidnight.\n\nNo signups. Be there and ask for an invite.\n\n';
return false;
}


There may also be issues with the document.all commands, but we'll cross that bridge when we get there. Seem to recall document.all being some IE4 and on specific thing, think the proper way is document.GetElementsByName or some such, ill look it up if I need to.

We'll get you turned into a cross browser programmer in no time!

And i know theres a way to turn off the html in my post, but i cant remember it, so the function code is gonna look wierd :P

Last edited by Jonclani : 05-07-2007 at 06:22 PM.
Jonclani is offline   Reply With Quote