0
votes
3answers
45 views
What is the difference between the clearing and reseting a web form?
I want to reset the value of a web page using JavaScript reset function. Which operation is the JavaScript performing first: the reset or a clear? And what is the difference in bet …
0
votes
2answers
25 views
JavaScript: Custom Pop-Up Window
Hi All,
I'm trying to create a custom pop-up window using JavaScript which can hold a form, and then use the contents of this form on the original page.
What I have is a large ta …
0
votes
4answers
29 views
BODY tag disappear when using Jquery.Load()
Im trying to make a pop-up like window using jquery and its modal box. First I load the content from a html file:
$("#test").load("test.htm");
Then I load the popup:
$("#test") …
0
votes
2answers
42 views
set a value to a textbox which had focus in javascript
Hai guys,
I have three textboxes and one listbox... If the user clicks the first textbox and then click a list item the selected item must be set as value to the textbox... I w …
0
votes
0answers
23 views
IE 8 bug regarding overflow hidden in the iframe
Hi,
I'm trying to make a rich text editor with the background set on iframes body.
The background is repeated in y axis and when the user types in the string without any spaces th …
0
votes
2answers
26 views
Persistent URLs with a jQuery Slider
Hello,
I've created a simple jQuery slider for my website, and I was wondering if it's possible to assign a URL for each pane.
For example /index.html#about will slide to the abo …
0
votes
1answer
26 views
prototype next function
I have prototype 1.5 and I can't get the "next" function to work:
Event.observe('sameAsBefore', 'click', function(item){
checkbox = Event.element(item);
if (checkbox.check …
0
votes
2answers
52 views
onchange attribute won’t call function
I have an HTML document (here), which creates an iframe-based media player for a collection of songs within albums (I just used letters to define these albums and songs in the mymu …
0
votes
2answers
44 views
How to catch the end filename only from a path with javascript ?
If I have a variable 'path' which contains a full path with directories and all, to the filename, how can I strip everything except the filename?
ex:
Convert dir/picture/images/he …
1
vote
2answers
32 views
how to get size of DIV at 100% zoom?
If a web page is zoomed out/in in any modern browser, then how I can find size of a DIV element at 100% zoom?
0
votes
4answers
44 views
how to call this javascript function from inside another function ?
pic_display+="<img src='"+pic_url+"' onClick='swapImage("+pic_url+");'>
I am adding an image to the innerHTML of a div with the code above.
I want to call the function swap …
0
votes
4answers
34 views
Loading script tags via AJAX
I have a div tag which is filled with script via an ajax call, but the script does not execute.
Is there a way to cause the script to execute?
0
votes
2answers
22 views
tell pure touch event and pure gesture event apart?
I am doing iphone web development and I've noticed that: gesture events can also be touch events, which means a touch event handler also fires up when there is a gesture event.
An …
0
votes
4answers
107 views
is newline (\n) not working for innerHTML in IE?
Hello
I am facing the following problem: I have a HTML document where I want to print basic status/debug/etc messages.
So, the HTML document contains an empty pre-element whose i …
1
vote
3answers
59 views
How do I force the browser to render the tags rather than reveal them to the user on altered div:innerHTML?
I'm allowing the user to select text contained within <div></div> and change it to bolded text. In other words from <div>this is some text</div> to <div …
