Web Design Help
It's free to register, to post a question or to start / join a discussion
Java Script
Likes # 0
Posted November 24, 2008 at 8:08PM
I have had to turn it off in Flock Browser, As it was stopping PCA pages from loading fully, plus I got Login Problems. I posted it hear for those who know about web page design. Can this be a problem having it turned off? Web Pages all now load okay and faster
Likes # 0
Posted November 24, 2008 at 11:31PM
If you browse sites that require JavaScript to provide genuinely useful or important functionality, then you will miss out. If you hit a badly coded site that relies unnecessarily on JavaScript to run its menus, then you cannot navigate through it. People who don't like JS usually use Firefox and install a script blocker add-on that provides easy white-listing of sites that need JS while minimising its intrusion at other times.
Likes # 0
Posted December 2, 2008 at 12:05PM
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;
}
Likes # 0
Posted December 2, 2008 at 9:30PM
You would be better creating a New Thread as I closed this one, Create it with a Header that is appropriate to your question. You may then get some help on creating Web pages and JavaScript
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 Apple iPhone 5 comparison review
-
Galaxy S4 vs BlackBerry Z10 comparison review - which is best, the Samsung or the BlackBerry?
-
Microsoft Windows 8 review
-
Samsung Galaxy S4 vs Nexus 4 smartphone comparison review: what's the best Android?



