Forum: JavaScript / DHTML / AJAX Aug 3rd, 2006 |
| Replies: 7 Views: 1,917 Thanks a lot for your response.I got the result. |
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2006 |
| Replies: 7 Views: 1,917 hi
how to call a function inside script in document.write.
For example.
document.write('<'+'script type="text/javascript"' + 'src="jsr.js"><'+ '/script>');
In this jsr.js file i need to... |
Forum: JavaScript / DHTML / AJAX Aug 1st, 2006 |
| Replies: 7 Views: 1,917 hi
I used this code to open new window
newwindow2=window.open(' ','popup','scrollbars=1,height=800,width=800');
In that window itself i need script.
Is this scripting is correct or... |
Forum: JavaScript / DHTML / AJAX Jul 31st, 2006 |
| Replies: 7 Views: 1,917 how to include javascript in new window using window.open code |
Forum: Perl Jul 29th, 2006 |
| Replies: 3 Views: 1,538 plssssssssss anybody reply me |
Forum: Perl Jul 29th, 2006 |
| Replies: 3 Views: 1,538 hi everybody,
i need to link this html pages if i click submit button.It should fetch the textbox value to another html page
<html>
<head>
</head>
<body>
<form method=post... |
Forum: Perl Jul 27th, 2006 |
| Replies: 1 Views: 1,383 dear All,
Anyone know about OpenFTS(Full Text Search) engine.
we want to integrate the concept with our own website.
please reply soon... |
Forum: HTML and CSS Jul 15th, 2006 |
| Replies: 5 Views: 5,548 Plz let me know the response |
Forum: HTML and CSS Jul 15th, 2006 |
| Replies: 5 Views: 5,548 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title></title>
<script type="text/javascript">
function... |
Forum: HTML and CSS Jul 15th, 2006 |
| Replies: 5 Views: 5,548 thanks a lot for your response.I have changed the code as
<select name="fon" id="fname">
<option value="Arial">Arial</option>
<option value="Symbol">Symbol</option>
<option... |
Forum: HTML and CSS Jul 14th, 2006 |
| Replies: 5 Views: 5,548 var vvalue=document.forms[0].fname.selectedIndex;
var vovalue=document.forms[0].fname.options[vvalue].value
<select name="fname">
<option value="Arial">Arial</option>
<option... |
Forum: JavaScript / DHTML / AJAX Jul 14th, 2006 |
| Replies: 4 Views: 2,646 thanks a lot for your response. i got the result |
Forum: JavaScript / DHTML / AJAX Jul 13th, 2006 |
| Replies: 4 Views: 2,646 hi
Thank a lot for your quick response.In mozilla new window is not at all opening |
Forum: JavaScript / DHTML / AJAX Jul 13th, 2006 |
| Replies: 4 Views: 2,646 my coding is working well in IE not in mozillafirefox
<html>
<head>
<title></title>
<script LANGUAGE="JavaScript">
function displayHTML(printContent, text2,textn)
{
var inf =... |