Click here to Skip to main content
15,902,492 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Are frames that bad Pin
The_Server15-Jul-03 14:22
The_Server15-Jul-03 14:22 
GeneralRe: Are frames that bad Pin
theJazzyBrain16-Jul-03 8:09
theJazzyBrain16-Jul-03 8:09 
GeneralRe: Are frames that bad Pin
theJazzyBrain15-Jul-03 4:51
theJazzyBrain15-Jul-03 4:51 
GeneralRe: Are frames that bad Pin
Rahul Walavalkar22-Jul-03 8:38
Rahul Walavalkar22-Jul-03 8:38 
GeneralJava Script FullScreen Part2 Pin
Nelo Angelo15-Jul-03 3:15
Nelo Angelo15-Jul-03 3:15 
GeneralRe: Java Script FullScreen Part2 Pin
The_Server15-Jul-03 4:04
The_Server15-Jul-03 4:04 
GeneralRe: Java Script FullScreen Part2 Pin
Nelo Angelo15-Jul-03 4:20
Nelo Angelo15-Jul-03 4:20 
GeneralRe: Java Script FullScreen Part2 Pin
The_Server15-Jul-03 4:31
The_Server15-Jul-03 4:31 
Just copy/paste the text below to an empty HTML file:

<HTML>

<script>
function WhatEverFunc()
{
// what ever code you want
// i.e. the open window call (window.open("popup.html");
  alert("Hope this code helps you");
}
</script>

<BODY>
 <input type="button" onclick="WhatEverFunc()" text="Click here" value="Click here" />
</BODY>

</HTML>


=-=-=-=-==-=-=
Rose | [Rose] Rose | [Rose] Rose | [Rose] Rose | [Rose] Rose | [Rose]
GeneralRe: Java Script FullScreen Part2 Pin
Anonymous15-Jul-03 4:21
Anonymous15-Jul-03 4:21 
GeneralRe: Java Script FullScreen Part2 Pin
basementman15-Jul-03 4:23
basementman15-Jul-03 4:23 
GeneralRe: Java Script FullScreen Part2 Pin
Rahul Walavalkar22-Jul-03 8:43
Rahul Walavalkar22-Jul-03 8:43 
Questionhow do I remove a node? Pin
theJazzyBrain15-Jul-03 1:51
theJazzyBrain15-Jul-03 1:51 
AnswerRe: how do I remove a node? Pin
Anonymous15-Jul-03 4:17
Anonymous15-Jul-03 4:17 
GeneralRe: how do I remove a node? Pin
basementman15-Jul-03 4:23
basementman15-Jul-03 4:23 
GeneralRe: how do I remove a node? Pin
Bjoern Graf15-Jul-03 7:59
Bjoern Graf15-Jul-03 7:59 
GeneralJAVA SCRIPT fullscreen with no scrollbars and so on Pin
Nelo Angelo15-Jul-03 1:51
Nelo Angelo15-Jul-03 1:51 
GeneralRe: JAVA SCRIPT fullscreen with no scrollbars and so on Pin
The_Server15-Jul-03 2:16
The_Server15-Jul-03 2:16 
GeneralRe: JAVA SCRIPT fullscreen with no scrollbars and so on Pin
theJazzyBrain15-Jul-03 2:30
theJazzyBrain15-Jul-03 2:30 
GeneralRe: JAVA SCRIPT fullscreen with no scrollbars and so on Pin
Bjoern Graf15-Jul-03 7:53
Bjoern Graf15-Jul-03 7:53 
GeneralJava Scripting basic QUES Pin
Nelo Angelo15-Jul-03 0:18
Nelo Angelo15-Jul-03 0:18 
GeneralRe: Java Scripting basic QUES Pin
theJazzyBrain15-Jul-03 1:54
theJazzyBrain15-Jul-03 1:54 
Generalwindow.close() Pin
The_Server14-Jul-03 23:26
The_Server14-Jul-03 23:26 
GeneralRe: window.close() Pin
Nelo Angelo15-Jul-03 0:25
Nelo Angelo15-Jul-03 0:25 
GeneralJAVA SCRIPTING - incorparating time scheduling in a slide show Pin
Nelo Angelo14-Jul-03 22:24
Nelo Angelo14-Jul-03 22:24 
GeneralRe: JAVA SCRIPTING - incorparating time scheduling in a slide show Pin
The_Server14-Jul-03 23:21
The_Server14-Jul-03 23:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.