PDA

View Full Version : Enter Text field Disabled



kixstar7
March 2nd, 2004, 14:05
Hey Guys,

Does any1 know why if you go to SAYSUMTIN.COM (my site) you cant enter text in the text fields???

Please Help! I have no idea how to fix...???\\

THanks
D

phuckedup
March 2nd, 2004, 16:14
works for me...

Meksilon
March 2nd, 2004, 19:45
Me too... Now I'll try Mozilla for you... (I hate Mozilla) - yep it works... check it out your server will tell you I used both IE and Mozilla to leave you my tests, take care...

=mek=

kixstar7
March 2nd, 2004, 21:56
hmmm,

I have alot of spywear on my compu but for some reason I can only select past writings in the drop down menu,,, and cant write anything..:doh!:

Does any1 recognize my problem *()i guess..???

Thanks
D

phuckedup
March 3rd, 2004, 00:02
but for some reason I can only select past writings in the drop down menu

theres a dropdown menu? :confused5 My IE says there are errors in the page, and looking at the source you have alot of scripts there. Try going through it and removing the scripts you dont really need. If theres still an error try removing all the scripts you can, or hiding them between <!-- -->. Once the errors gone, see if it works.

kixstar7
March 3rd, 2004, 01:28
I think your right, Its got to be the Error's.

Its funny a go threw and take out all javascript and Im still getting this TDmky" is a null value error,, and I cant even see it:angry2:

Any suggestions welcome:applaudin

Thanks GUys
D

Meksilon
March 3rd, 2004, 20:12
By the way, you always want to use the least ammount of <script> tags as possible, even if using external scripts - ex <script language=JScript src=somescript.js> + <script language=JScript src=somescript2.js> = <script language=JScript src=combinedscripts.js> always collate them like this if possible.