Do u want a Diff windows for downloads from ur page? ... From: tetu14784 To: JavaScript_Official@yahoogroups.com Sent: Monday, October 31, 2005 9:48 AM ...
hi,i am new to java script. i have a small html page and in tht there is form with few text fields and 3 button. based on which button is clicked , i want to...
Your 2 questions are related. Also, in your sample code, in the call to setTimeout, you have misspelt "incrument" as "uncrument". To use setTimeout, use this...
Include this in the options argument of window.open: menubar=no Some people on this list don't like fooling around with the browser window at all. --Tim Sabin...
Hello, I am new here but not new in JavaScript, PHP, etc.. I would like to ask a quetion about something which is driving me crazy (I have been woking on this...
Is there a way to grab a visitors user name that they used to log onto their computer with? What I am doing on one of our intranet pages is creating a form...
thank you for your response tim. I am not sure how i would implement your suggestion. forgive me but bear in mind i feel like i am working in a box here being...
here is what i came up with based on info i got from the links <html> <head> <script type="text/javascript"> function myobject(){ this.myobjectproperty = 0 ...
Hi, just a quick question on span positioning. I am trying to get 3 <span> tags to show from left to right. The only problem is that for the outer spans, I...
Possibility 1: Just an idea... have to tried seeing what it is in PHP before calling stripslashes on it? I'm not sure, but it might be stripping out the \...
You need to do a view source of the page that the browser is seeing. It sounds as though something is subtly different to what you think it will be. Once you...
Not quite sure what (or why) you're looking for. But you can't ask a button whether it has been clicked. What was the problem with the example you found on...
Text areas don't have line breaks at the end of the displayed lines - they are simply wrapped by the browser. You can demonstrate this to yourself by...
This is all part of Object-Oriented programming in JavaScript, which is unlike anything you've ever seen before. A clip from your code: function myobject(){ ...
The problem here is that, in HTML, all whitespace (spaces, tabs, newlines, carriage returns) are compressed into a single space. If you want to add in a hard...
I'm looking for a Javascript that I can use to rotate an image next to a text, simultaneously (not randomly). Can somebody point me to one? I'm not exactly a...
What do you mean by "rotate"? Do you mean "cycle through a list of images"? If so, try here: http://javascript.internet.com/miscellaneous/banner-rotator.html ...
Suppose you have 3 buttons (<input type="button">), and they have the id attributes "button1", "button2", and "button3": // pass all click events to...
i tested the code...it doesnt work properly. The setTimeout starts but stops along the way. its suppose to list in the page. ob1 1 ob2 1 ob3 1 ob1 2 ob2 2 ob3...
hi, i had a prob , i need to initialize a javascript variable using jsp. The data need to be brought fro the database and through jsp i would like to ...
nanda kishore
jobsnanda@...
Nov 3, 2005 2:17 pm
12189
Here is what the source looks like when I view source: <a href='javascript:zoom(080.gif, 245, 235)'> <img border=0 src=images/viyella/080_thumb.gif></a> The...
hi, i am new to javascript can some one help me explaning wht actually 'this' keyword is and when it is useful. i know java and in java there is 'this' keyword...
I've got some relatively simple code for several menus that select documentation on our Intranet. Works just fine. One thing I'd still like it to do is reset...
... why wont you just then use the <table> tag,? dont like tables? tables are kinda outdated, tables are uncool? not flexible enough for you? give them a try! ...
... looks like this: <a href='javascript:zoom("080.gif", 245, 235)'> will do the trick for you, keep in mind, that you needed a string. its recommended,...
... menus are not standarized in JS, everyone creates their own flavor, without knowing the source of the menu, its kinda hard to tell you how to expand/not...