Forum: JavaScript / DHTML / AJAX Feb 15th, 2008 |
| Replies: 3 Views: 2,143 Re: Problem with IE7 hi,
sorry urs code is not working.
I am using IE7 browser. Actually my requirement is if i close(X) the browser then i want to get the conformation same as when i closing the tabs also i... |
Forum: JavaScript / DHTML / AJAX Feb 14th, 2008 |
| Replies: 3 Views: 2,143 Problem with IE7 Hi,
I am working on the IE7 bowser. when i close(exit) the browser. i want to need a conformation.
I have written the below code but its working in IE6 only.
code :
<html>
<head> |
Forum: PHP Jan 28th, 2008 |
| Replies: 3 Views: 528 Re: regular expressions in php hi,
wht u r saying i am not getting.actually my problem is when i search the particular world with a special character then its not working.
i have written my regular expression like this:
... |
Forum: PHP Jan 26th, 2008 |
| Replies: 3 Views: 528 regular expressions in php hi,
i am facing the problem with reuglar expressions.my requirement is if type the word like $var in a input field and select the EXACT WORD radio button and i click the search button then i want... |
Forum: PHP Jan 24th, 2008 |
| Replies: 1 Views: 375 regular expression problem using in php Hi,
i am using the regular expressions in php. but i am facing some problem in that. i have input type='text' and i have 2 radio buttons one is Any word and second one is Exact word and i have... |
Forum: JavaScript / DHTML / AJAX Jan 17th, 2008 |
| Replies: 2 Views: 990 |
Forum: PHP Jan 17th, 2008 |
| Replies: 1 Views: 1,226 |
Forum: JavaScript / DHTML / AJAX Jan 10th, 2008 |
| Replies: 3 Views: 2,617 |
Forum: JavaScript / DHTML / AJAX Jan 10th, 2008 |
| Replies: 3 Views: 2,617 |
Forum: JavaScript / DHTML / AJAX Jan 10th, 2008 |
| Replies: 1 Views: 1,283 change the f5 functionality in input type='file' Hi All,
I want to change the f5 property to html tag(i.e., <input type='file'>) for I.E.7.0 version and above. but its not working.
Here the code is working in only in <input type='text'> but not... |
Forum: PHP Jan 9th, 2008 |
| Replies: 1 Views: 793 change f5 keyCode to <input type='file'> Hi All,
I want to change the f5 property to html tag(i.e., <input type='file'>) for I.E.7.0 version and above. but its not working.
Here the code is working in only in <input type='text'>... |
Forum: PHP Jan 7th, 2008 |
| Replies: 2 Views: 1,560 |
Forum: PHP Jan 7th, 2008 |
| Replies: 2 Views: 1,560 |
Forum: JavaScript / DHTML / AJAX Dec 7th, 2007 |
| Replies: 8 Views: 6,352 Re: disable parent window hi ,
window.activeEditor._frame.execCommand(" JustifyCenter", false);
in the above script total editor text change in to center,
but i have to change only selected cursor line only
Thanking... |
Forum: JavaScript / DHTML / AJAX Dec 4th, 2007 |
| Replies: 8 Views: 6,352 |
Forum: JavaScript / DHTML / AJAX Dec 3rd, 2007 |
| Replies: 8 Views: 6,352 Re: disable parent window hi,
thanks for giving the reply.u r not clear abt my task.i will explain u clearly.
i have one link in parent window.if i click that link i want to open one poup winodw(child window)this... |
Forum: JavaScript / DHTML / AJAX Nov 30th, 2007 |
| Replies: 8 Views: 6,352 |
Forum: JavaScript / DHTML / AJAX Nov 29th, 2007 |
| Replies: 3 Views: 4,136 Re: open links in parent window (from child)? how to disable the parent window when we open the child window. i have written this code but its working only one time.any one can help me
s.html
<html>
<head>
<SCRIPT >
function popuponclick()
{ |
Forum: JavaScript / DHTML / AJAX Nov 29th, 2007 |
| Replies: 8 Views: 6,352 disable parent window hi,
i want to disable the parent window when i opened the child window using javascript and html.
i have written code like this.but its working only one time.any one knows pls help me in this... |