JavaScriptJavaScript is widely used to display client side browser actions. You can discuss anything related to Javascript tutorials, tricks and tips here..
The thread "missing } before first function" has not received any replies for a month. It has been automatically closed as a result. You may start a new thread on the topic if the information in this thread is not sufficient.
OKay here is the deal, i am using javascript to open windows for my website, this website is designed for an internal lan and all the browsers allow popups from the site, but when using firefox with firebug to debug any errors on the file i get the following Code: --------- missing ; before statement funtion manusrpop(url)\n --------- even when i put it in my debug page which has nothing but the code that i want to debug to see if it works it still fails. this is my js code Code: --------- // JavaScript Document /* To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. Edit/Delete Message This script controls all javascript initated pop ups on the site of ECS-INTRANET or also known as ECS Accounting and Payroll Script created 9/24/07 at 10:19 pm Created by Jonathan Nedobity Copywrite 2007 Not for resale or distribution with out authors direct consent. email is ********@*****.*** */ // Firt pop is for managing web users --------- Know i am no expert but when i use a peice of code off of a tutorial site to test and all with it in a seperate file it works, but when i write my own and include the page for functions and try to use it i get that error Thanks in advance for the help
To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
The thread "missing } before first function" has not received any replies for a month. It has been automatically closed as a result. You may start a new thread on the topic if the information in this thread is not sufficient.