Q1395 How can I open popup windows as a percentage of monitor <script language="JavaScript"><!-- function openWindow( percent ) { var w = 630,
h = 440; // default sizes if (window.screen) { w = window.screen.availWidth ...
JavaScript - Print a frame in a frameset from another - IRT.orgirt.org FAQ - Q1525 How to print a certain frame in a frameset from another frame
in the same frameset.
Q155 What does " return false " do? When is it necessary ... - IRT.orgreturn false stops a form from being submitted. For example the following form
will not be submitted: < FORM > <INPUT TYPE="BUTTON" VALUE="Click Me"> ...
Intranets in Education - IRT.orgAn Intranet uses the technology of the Internet for dissemination, sharing ...
resources; users don't need to learn multiple software packages.
Q507 How can I capture and handle all "click" events in a document?captureEvents( Event .CLICK); document. onclick =documentEvent; //--></script> <a
href="#" onClick ="alert('The link got an event of type: ' + event .type)">test</a>.
Q338 How can I submit a form on a popup window and target - IRT.orgirt.org FAQ - Q338 How can I submit a form on a popup window and target the
results into the main window and close the popup window at the same time?
Microsoft FrontPage Express 2.0 - IRT.orgFrontPage Express , from Microsoft , could be your answer. FP Express is a cut
down version of Microsoft's Web authoring software, FrontPage 98, and is ...
Q1613 How can I exit a function in Javascript ? - IRT.orgJavaScript | General | Q1613 [ previous next ]. By using the return statement.
For example, the following function exits as soon as the counter has reached 100
:.
Microsoft Visual InterDev 6.0 - IRT.orgIn this software review we take a look at Visual InterDev 6.0. Visual InterDev 1.0
was Microsoft's first real attempt at a web development tool. It allowed you to ...
Math functions in JavaScript - IRT.orgJavaScript has the power, to do all functions that are on a normal pocket ...
Towards the end, I've put a complete listing , of all the properties and ...
Q3014 How do I display the current date and/or time? Can I format it Use the Now() function to obtain the current date and time from the server. ... By
using the DateFormat () function, we can tell ColdFusion that we want to see a ...
Q1539 How can I have a realtime character counter for a textarea?<body onLoad="document.myForm.smsInput.focus()"> <form NAME="myForm">
<input type="text" name=" count " value="160" size="3" onFocus="this.blur" ...
Q1617 How do I exit out of a loop in JavaScript ? - IRT.orgContinue immeadiately exits the current loop and then attempts to start the loop
again, ... For example, the following exits the loop when the counter reaches 99:.
Q289 How can I calculate subtotals, tax and totals on prices - IRT.orgQ289 How can I calculate subtotals, tax and totals on prices of products without
producing rounding errors? You are here: irt.org | FAQ | JavaScript | Number ...
The way this is normally doen is for the function to either return true or false : <
SCRIPT LANGUAGE=" JavaScript "><!-- myFunctionName() { if (document.
myForm.
Automatic Redirection - IRT.orgWhich should be placed between the <HEAD> and </HEAD> HTML tags.
Currently the above example will not do anything as the content ...
Form Image Button Fields - IRT.orgSo you want to use nice gifs instead of those ugly looking gray buttons to submit
and reset your form ? No Problem - just use form type= image .
What is DHTML ? - IRT.orgDavid Gardner discusses DHTML (Dynmaic HTML), and what it is. Showing how
to manipulate images and layers on the screen in both ...
Q1280 How can I display a " please wait " message whilst loading Q1280 How can I display a " please wait " message whilst loading multiple images
in the background, and then when they have all, loaded display them all at ...
Deleting Files in Perl - IRT.orgWing Lu shows how to delete files using Perl , and provides a simple trick to
eanble you to recover files from a trash directory.
FrontPage Express , from Microsoft, could be your answer. FP Express is a cut
down version of Microsoft's Web authoring software, FrontPage 98, and is ...
Q51 Is it possible to use multiple . js files in one HTML document ?You are here: irt.org | FAQ | JavaScript | Source | Q51 [ previous next ]. Yes: <
script language=" JavaScript" src ="file1. js "> </script> <script language="
JavaScript" ...
irt.org Feedback index page number 65/67JavaScript FAQ Knowledge Base Q921 - Neven Bozanic 12:33:24 6/09/99 ...
JavaScript FAQ Knowledge Base Q121 - Nilo C sar Teixeira 22:43:38 5/25/99 ...
Q1804 How do I always popup a window in the center of the parent irt.org FAQ - Q1804 How do I always popup a window in the center of the parent
window regardless of where the parent window is?
Q1674 How do I change text to bold using JavaScript ? - IRT.org<html> <head> <script language=" JavaScript "><!-- function bold(id) { if (
document.getElementById) { document.getElementById(id).style.fontWeight = '
bold' ...
Introduction to Visual Basic Scripting (VBScript) - IRT.orgYou are here: irt.org | Articles | VBScript | Introduction to Visual Basic Scripting (
VBScript) [ previous next ]. Published on: Friday 18th September ...
irt.org - JavaScript Frame FAQirt.org FAQ - irt.org - JavaScript Frame FAQ. ... FAQ 25 How can you find
information about the contents of another frame ? FAQ 41 Can I write directly to a
frame , ...
irt.org - JavaScript Timeout FAQirt.org FAQ - irt.org - JavaScript Timeout FAQ. ... FAQ 334 How can I cycle through
several HTML files with a timeout set between each page? FAQ 546 Why must ...
Introduction to Visual Basic Scripting ( VBScript ) - IRT.orgVBScript is a subset of the Visual Basic Programming language . The result of the
slimming down process is a very small language that is easy ...
irt.org - JavaScript Print FAQirt.org FAQ - irt.org - JavaScript Print FAQ. ... FAQ 73 Is there a way to have a
button on a page with frames print a specific frame? FAQ 347 How can I allow the
...
irt.org FAQ - Q1804 How do I always popup a window in the center of the parent
... window.open (url,' popup ','width='+popW+',height='+popH+',top='+topPos+' ...
What can you do if you don't want to touch HTML but would like to create your
own site? FrontPage Express , from Microsoft, could be your answer. FP Express
is ...
Q174 How do you bookmark a frame within a frameset, but making irt.org FAQ - Q174 How do you bookmark a frame within a frameset, but making
sure that the bookmark returns the visitor to the frame within the frameset?
Q747 How can close a popup window after a delay ? - IRT.org<BODY onLoad="setTimeout(' window . close ()',5000)">. where 5000 is 5 seconds.
If you don't have access to the new page to amend the body tag, then use the ...
Core Team Profiles - Martin Webb - IRT.orgInformation about Martin Webb . ... Sunday 14th March 1999 - Web Design Hints
and Tips. Synopsis: Hints and Tips to ... The Weekly Update Script . Synopsis:
Use the Now() function to obtain the current date and time from the server. <
cfoutput>#Now()#</cfoutput>. returns the date in the following format: {ts '1999-06
-24 ...
Q914 How can I calculate the week number of the current date?The following will display the week number of the current date, and can be ... var
now = new Date(); document.write(' Week number = ' + getWeek(y2k( now .
Q93 How can I redirect a visitor to separate pages, keeping the irt.org FAQ - Q93 How can I redirect a visitor to separate pages, keeping the
domain name they came in with based on the referrer ?
Q21 Can I detect the language set in user's browser? - IRT.orgDepending on whether the users browser is using a particular language then it is
possible to detect this by analysing the navigator. userAgent for characters with ...
irt.org - JavaScript Windows FAQirt.org FAQ - irt.org - JavaScript Windows FAQ. ... FAQ 32 How can I create a
message window using the open command? FAQ 36 Is it possible to load several
...
Q67 How can I control the width of a select box ? - IRT.orgYou can increase the width by padding out an entry with multiple ' '.
Alternatively you ... You can also set the width of a select box through CSS: <
select ...
irt.org - JavaScript Very Frequently Asked Questions FAQFAQ 42 How do I detect the version of JavaScript the users browser supports?
FAQ 43 ... FAQ 495 Is JavaScript used only to make web pages better? FAQ 496
...
Q311 How do I disable the " Back " button of a browser? - IRT.orgLonger answer - you cannot totally remove the ability for the user to go back to ...
in combination with catching all other user events with JavaScript (see example ...
Q3007 How can I break up a list of strings into separate variables?ColdFusion has a whole set of list functions available that make it easy to work
with delimited lists . Here is an example. Suppose we have a form that was ...
Dropdown Menus - IRT.orgUsing HTML it is very easy to create a dropdown menu , for example : ... The
JavaScript events can now be added to our simple form: ... it is necessary to
return false within the forms onSubmit and the submits onClick events.
Three values were selected, so the string passed is "test1,test2,test3". To refer to
each individual item, we can use the ColdFusion ListGetAt() function :.
Q951 How can I highlight the background color of table cells using irt.org FAQ - Q951 How can I highlight the background color of table cells using
onMouseOver?
Q590 How do I check for the existence of a setTimeout() and remove <script language=" JavaScript "><!-- var timerRunning = false; // boolean flag var
myTimer = null; function myFunction() { // whenever the timer ...
Q1721 How can I round up a number to the nearest 0.5? - IRT.orgTry the following nextNearest() function that accepts a value to round up and a
number to round upto: <html> <head> <script language=" JavaScript "><!--
function ...
Q1521 How can I cancel the users F5 request to refresh the page in function cancelRefresh() { // keycode for F5 function if (window.event && window.
event. keyCode == 116 ) { window.event.keyCode = 8; } // keycode for backspace ...
Are all Portals the same? - IRT.orgOther than the "pure" portals, many web sites are also trying to ... The list of
vertical portals , sites that provides information ...
Q1657 Is it possible to auto - refresh an image every X seconds?Is it possible to auto - refresh an image every X seconds? You are here: irt.org |
FAQ | JavaScript | Image | Q1657 [ previous next ]. Try: <html> <head> < script ...
Q311 How do I disable the "Back" button of a browser? - IRT.org4) You can add code to the previous page to force the browser to go forwards
again: <script language=" JavaScript "><!-- javascript :window.history.forward(1); ...
Q915 What is the difference between < span > and < div >? - IRT.org< DIV > added in HTML 3.2 is a division tag, very much like <BR> and <P>. ... p> <
div id="division1">this is division one.</ div >. < SPAN > is slightly different in that ...
JavaScript Y2K Issues - IRT.orgThis article discusses Y2K issues still present in JavaScript , and ... User Defined
y2k() JavaScript Function ; setYear() and setFullYear () Date ...
irt.org FAQ - irt.org - JavaScript Windows FAQ. ... FAQ 677 How can I open a
popup window , or a new window if javascript is not enabled/supported? FAQ 679
...
JavaScript Programmer's Reference - IRT.orgJavaScript Programmer's Reference. ISBN: 1861004591. Author: Cliff Wootton.
JavaScript is the scripting language of the Web. Its widespread use in web ...
HTML Editing With Emacs - IRT.orgGNU Emacs is one of the most widely used and powerful editors today. The task
of formatting HTML files can be greatly simplified by using ...
Almost complete control of pop-up windows - IRT.orgWell, the above technique does work in browsers that support the window focus()
method, i.e. JavaScript ...
Q696 How can I show a description directly under an image map irt.org FAQ - Q696 How can I show a description directly under an image map,
using onMouseOver ?