Home Page - www.tele-pro.co.uk - Ecommerce Integration


Scripts > Update Form Action Internet Shortcut

Update Form Action Internet Shortcut

The Update Form Action internet shortcut enables you to update the form action of all forms iin the current web page in Internet Explorer.

This is useful for developers because it enables you to re-point an HTML form in a web page to a test version of a particular script.

For example, suppose 'step1.asp' posts data to 'step2.asp' via an HTML form, and you wish to test an updated version of 'step2.asp', 'step2-test.asp'. This internet shortcut enables you to change the action of the form in 'step1.asp' after the page has loaded into the browser.

 Go Return to Internet Shortcuts
 Go How to Save Internet Shortcuts

Internet Shortcut - JavaScript Code

The javascript code below has been re-written with line breaks for ease of reading.

var f=document.forms;
if (f.length==0) {alert('This page has no forms to alter. ')};
for (i=0;i<f.length;i++) {var a=act1(i)};
function act1(n){
var c= f[n].action;
var u=prompt('Enter new form action: form '+n,c);
if (u != null)
{
f[n].action=u;
alert('Form action updated: form '+n+'\nURL: '+u);
}
}

Download the code.
 

Other Internet Shortcuts

Links Bar - Internet Shortcuts for Microsoft Internet Explorer

Also: Update Form Action

IE Internet Shortcut EditorIE Shortcut Editor

IE Shortcut Editor is a Windows program for editing Internet Shortcuts that contain javascript code, and is designed to generally make it easier to manage Internet Shortcuts.
 

See Also

 Go Internet Shortcuts
 Go How to Save Internet Shortcuts
 Go Internet Shortcut Editor
 Go Free Scripts

Links

 Go Microsoft Internet Explorer
 Go Unofficial Guide to the URL File Format

Search

 Go Website: Internet Shortcut
 Go Google: Internet Shortcut
 Go Google: URL File
 

Internet Shortcut

ie, internet shortcut, ie shortcut, link, links bar, javascript, .url, url file, internetshortcut, favorites, links folder, web link, web links, microsoft, internet explorer, iexplore, msie, ie5, ie6, icon file, iconfile

Code, Free Scripts

code, script, program, free scripts, coding, scripting, programming, tutorial, reference, web, development, automation, internet, souce code, html, tips, js, javascript, borland, delphi, delphi 7

Top | Home | ECommerce | Hosting | Site Map | Search | © 2003-6 | Contact