I was hoping somebody could point me in the right direction. i want to have my menu (horizontal ) , with links,on an external sheet as it keeps growing and would be easier to update. Would any body know where i could find a script or tutorial to help ? i have been searching but to no avail
//-----10% Off Coupon----- if (coupon=="N110"){ form.PRICE.value=-(moneyFormat(fTotal * .10)-1); form.ID_NUM.value="N110"; form.NAME.value=" Craft Month Promo 10% Off"; location.href=location.href; return true; }
I want to replace the .10 with an external peice of data, so users can change the amount with having to open the script. Sorta like those early marquees' where the marquee text was inserted from a text file.
I am setting up a web page to collect some data via a questionnaire. The questionnaire part is working fine, but I need some help with one part. I have two different versions of the questionnaire (basically just different orders of questions) and would like the users to be redirected to one of the two versions. The idea I had was to have a redirection page that simply had a web page counter on it (like so many pages have now days) and based on this counter, people would automatically be redirected to one of the two versions of my questionnaire. Basically, if the counter was odd, the person would be routed to version 1 and if even, they would be routed to version 2. I thought this would be similar to redirecting people based on the type of browser they are using or their language settings. However, I was recently told there is not a way to do what I proposed above. So, this leaves me with two questions:
1. Was the advice that I received accurate in stating that having a simple script to redirect the user based on a web page counter is not possible?
2. If so, does anyone have some advice as to how I could go about automatically redirecting people to one of two web pages?
I have a basic web site where people can download my programs. To make it easier for them is it possible that I could add some javascript that would allow them to automatically install/run the program for them maybe with appropriate options/warnings etc.
The code above has the value "Skype" and only after hitting Enter/ Return key, the value is submitted. How can the value "Skype" be submitted automatically without pressing Enter/Return key?
Here's the problem when using IE for Windows: I have a website that has Word Documents to download, however these doc's open as word in the browser window. What I want: To automatically launch the save as box from a link Any dhtml tricks/advice for this?
I need to find the code that makes a web page immediately jump over to another url the moment a visitor arrives to it. I know the code is short, but I can't remember it. Anybody know what that code is?
Ive got a page which for some reason needs to be refreshed before anything updates. Its a php page with mysql data on it.
At the moment ive got a script which refreshes it every few seconds, but when the user scrolls to the bottom of the page they are taken back to the top when it refreshes!
Is there a way i can make it refresh once as soon as the user comes to the page? as opposed to putting a timer which refreshes every X amount of seconds?
Does anyone know how to make a page redirect to another page after a given time? I am using a FREE ISP so i do not have ASP etc. I only have JAVA Script and HTML.
Is ther anyway i can automatically fill out forms and submit them thru java?
supposing i hav a normal txt file that contains all data that needs to be filed out into the form, is there anyway i can fill out a form and submit it automatically by providing only the URL of the form and the txt file?
I am creating a Javascript tool which will automatically and randomly fill in a multi-page form.
It pops a new window, containing the multi-page form (both pages are on the same server so cross-scripting is not an issue).
It then scans through every element in document.forms[0].elements and takes the appropriate action depending on the input type, i.e., randomly select a radio button in a group, randomly check a box or not, insert random text into a text box, randomly select a drop down menu, etc., then it submits the form and repeats the process until a "finished" state is reached.
What I would like to do is run this script say 1000 times so I can automatically have 1000 responses to my form. Can anyone give me suggestions on how to do this efficiently using Javascript without completely hammering the client machine?
I have a JavaScript which opens a document in a pop-up window. The complete document content is contained within a table of fixed width. Currently, I pass with window height & width as parms. What I would really like is a way to have the JavaScript automatically resize the window to fit the table! With some digging I suspect I can get the table width but how do I get the table length which is dependant on the amount of content?
I want add a gif picture link to a website from by the website download pictures, but it does not work. If I reload the website and use the script, the .gif type is replaced to .htm and it's don't show.
It is able to give me a popup for every 2 hrs. But whenever the user reloads the page after 1 hr. The function is called again and the count starts from 0hrs again. OR for example if 20 mins already passed then if i am going to a new page then the function is called again and so the timer starts again. I am not getting any idea how to restrict it calling every time. OR send that 1 hr again to the function so that it starts from there. I tried some thing like setting the value in a session variable and then starting the counter from that value.
From the term "automatic login" I suppose security (password protection) is not of key importance here. The guidelines for solution could be to use a Javascript bookmark (idea borrowed form a nice game published on [M&M's DK site][URL].. The idea is to create a javascript file and store it locally. It should do the login data entering depending on current site address. Just an example using jQuery:
[Code]...
Multiply the code blocks in your script, to add more sites in the similar manner. You could even combine it with `window.open(...)` functionality to open more sites, but that may get the script inclusion more complicated.
Note: This only illustrates an idea and needs lots of further work, it's not a complete solution.
This is the code I found on stackoverflow for automatic login to websites but it does not work. I am doing exactly as told is ther anything wrong
Is there a script that on loading a certain page will check to see if its in a frameset, and if it isn't in said frameset to make it be in that frameset.
For example, I have a popup that has a navigation frame at the top and a content frame at hte bottom. I want to be able to have links link to it (the popup, from wherever) that can open any of the pages inside this frameset, without making a separate frameset for each page of content. If I could get it to open the content page, and the content page open itself into the frameset, or even built itself its own frameset, that would be neato keen.
How can I send information to an input box, through a script?
e.g.
Here is a web site. [url]
It has an input box
Address:
When I type a web site address in the address bar (e.g. www.google.com) and click on I AGREE AND WISH TO SURF then it will visit that web site.
If I have bunch of URLS in a text file and I wanted to send that one by one to that text box, how could it be done, since I want to visit a few web sites and capture that page to a file (and I have a program that does that)?
I dont want to sit on the computer and type those urls one by one, how can it be sent through a file.
I have a set of <li> elements I would like to effectively shuffle (taking the bottom one and putting it on top). What would be the best way to do this?
I have a div of 300px of height. I'm trying to make a automatic scroll when I put the mouse cursor at the div's top (y>0 && y<50) and the div's bottom (y > 250 && y<300), but the reaction is too slow I'm trying to use timer but nothing changes.
I already found some cool stuff here, but I'm looking for a script that, if somebody send me a e-mail, he/she automaticaly receive a reply from me, including a required access code.