Web Design Help
It's free to register, to post a question or to start / join a discussion
Javascript Functions/Validations In Firefox
Likes # 0
Posted December 2, 2008 at 12:07PM
Hi,
I am relatively new to Javascript but do understand a bit about it, I have been working on a form that contains all dropdown menus that contain answers to the question that are asked. I have the values of the dropdown boxes setup fine and all the functions to validate the form are fine as far as I am aware as it works in Internet Explorer. But I cannot for the life of me get the Popup alerts to work in FireFox or Google Chrome. And also the submit button down the bottom of the page does not work either in FireFox or Google Chrome.
This is the code I have, can anybody please shed some light on this...
function formVal()
{
var dd = document.getElementById;
if(dd('tes1').value == "na")
{
alert('Test question 1?');
dd('test1').focus();
return false;
}
if(dd('test2').value == "na")
{
alert('Test question 2?');
dd('test2').focus();
return false;
}
if(dd('test3').value == "na")
{
alert('Test question 3?');
dd('test3').focus();
return false;
}
Reply to this topic
This thread has been locked.
Check out PC Advisor's other tech forums
Top 5 Most Popular
-
New Xbox One release date, specs, features and price in UK
-
Samsung Galaxy S4 vs Nexus 4 smartphone comparison review: what's the best Android?
-
Xbox One launch live video: watch the new Xbox launch as it happened
-
Samsung Galaxy S4 vs Apple iPhone 5 comparison review
-
How to activate and set up Sky On Demand Catch Up TV



