Computing.Net search found documents about:
javascript child window
Results 1 - 25 of 1077
- higher confidence,
- lower confidence
javascript child window Summary: I know that I can access form object in Javascript by doing: onClick="document.myForm.myText.value='it works'" However when I do this from a child wi...
Javascript- new window in center Summary: Hi. I want to use javascript to open a new window in the center of the screen: <a onClick="javascript:window.open('myfile.htm', 'WinName', 'width=...
Run JS func. in Parent from Child Summary: Is it possible to initiate (start) a javascript function in a parent window from a child window? If so, how? For example, there is a function in the p...
global vars for javascript - ? Summary: By child page do you mean that it is in a child "window" that was opened from the parent? If so... opener.variableName = newValue ...
Javascript weird problem Summary: Hi, I am trying to acess a form field in an iframe from within the main page and getting Object Expected errors: <script language="JavaScript1.2" t...
multiple articles on one page Summary: For question # 1, google for: javascript "small window" . Lots of hits. jpw...
Directory Redirection Summary: You can try this with JavaScript: <script>window.location="http://www.peermade.info/...";</script> Or with PHP: <? header("Location: http://w...
new window JS same as original Summary: I am trying to open a photo image by clicking on a thumbnail using javascript, but when the new window opens, it just shows the same page - not the ...
Javascript - SN u wud be useful Summary: ok, heres what i need you know the way you have a form, well when you click submit you can either have the form submit the details to new page in the ...
Font Changing Coding in Javascript Summary: ok my m8 helped me by writing me a code in java script to change front colour background colour front size and style its for a college project and i d...
sequentially open windows in frame Summary: SN-- Yes, funny I read this after figuring out a solution. As a good computing.net "asker" I posted some of my answer below. The question and concep...
Launching maximized window Summary: I don't think ActionScript supports any way of doing that. on (release) { getURL("test.html", "_blank", "method"); } In the above ActionScript the ...
Javascript Query Summary: "is Javascript a additional thing for Html or is its own language?" Javascript is its own language. A browser is a program which interprets many thin...
Javascript download menu problems Summary: The first thing that i notice is that you have two forms and you gave them both the same name. Can't do that. They need to have unique names. First, g...
javascript onclick add member Summary: Hi, this is my first post on computing.net. i havent used javascript too much so i am not too good with it. i have done a Personal Messaging system a...
JavaScript help please! Summary: Wait, it came up wrong... Sorry! Here: <code>----- <html> <head> <title>SulfurMidis - Search</title> <style type="text/css"> h1 { fo...
Help modify some JavaScript/HTML Summary: JavaScripters, This question is in regards with a JavaScript script within a PHP page. I included everything in case a complete understanding is requ...
Javascript Question Summary: Ok here is what I am tring to do. I want the form page to pass the variable item to the recieve page, the recieve variable page will take this variabl...
Need a Javascript Coders Help Summary: I am tring to write a validation script for a website I maintain, I have the code written and works fine. However, I need to add a if statement to say...
javascript problems in netscape/moz Summary: hi, i'm building a shopping cart and having trouble with some javascript i'm using to update some form elements and then send them to another page. ...
New Explorer Popup Window Only Summary: THis is something that can be done is javascript. I can't remember the code, but if you do a search for "javascript open new window variables status b...
Javascript DOM Tutorial Summary: "So what happens if you call this in a function? Will it refer to the window?" Yes, though that's a technical detail I've never tried. "Is the documen...
JavaScript and XP Summary: Windows XP likes to tell me when there is active content in a webpage. I want to code a webpage using javascript to provide interactivity to the site,...
please critique my javascript Summary: Please look at the following two pages and please give your advice. http://home.earthlink.net/~luthazar... http://home.earthlink.net/~luthazar... Both...
javascript within a form Summary: When the user clicks on the submit button in a form I want the next page to open in a new resized window via javascript. I've included the function c...
Jump To:
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | >>