Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 47
Search took 0.18 seconds.
Search: Posts Made By: ksridhar69
Forum: JavaScript programming 08-18-2003, 10:20 PM
Replies: 1
Views: 780
Posted By ksridhar69
Based on screen resolution switch into frame or page

Based on Client Resolution switch into different pages.
If 800*600 redirect into different page.
Other wise load the frame set.
Is it possible?



<script language=javascript>
<!--
function...
Forum: JavaScript programming 08-01-2003, 09:04 PM
Replies: 1
Views: 851
Posted By ksridhar69
on tab change the radio focus

Hi Friends, when the page loads focus is getting on first radio button. User wants to use the tab key to travel the focus from one radio to another radio. If any thoughts Pl let me know. Now it is...
Forum: JavaScript programming 06-04-2003, 09:03 PM
Replies: 0
Views: 909
Posted By ksridhar69
Reset the drop down value

When user selected the value in dropdown the form is submitting to the XMLDOM on onchange and new value is coming from database. I want to reset with the new value. Help please

<form...
Forum: JavaScript programming 04-11-2003, 02:51 PM
Replies: 4
Views: 1,599
Posted By ksridhar69
Remove footer when printing with browser

Is there a way to remove the footer while printing with browser? Because I am getting the page name (URL) of the printed page.

We can do this in manual way so we have to adjust on each and every...
Forum: JavaScript programming 04-01-2003, 04:38 PM
Replies: 1
Views: 1,025
Posted By ksridhar69
Replace Carriage returns with <p>

In textarea people are using carriage returns. Is there any solution to replace carriage returns with <p> tag?
Forum: JavaScript programming 03-31-2003, 06:26 PM
Replies: 2
Views: 968
Posted By ksridhar69
Print page is showing URL

When I print the page in the browser it is showing the page address (URL). IS there any way to avoid the page address
Forum: JavaScript programming 02-13-2003, 03:22 PM
Replies: 1
Views: 897
Posted By ksridhar69
How to raise window from bottom right side like yahoo

Hi Friends,

On yahoo or some web sites advertisement windows are raising from right side bottom , how to do that one
Forum: JavaScript programming 12-03-2002, 03:47 PM
Replies: 1
Views: 784
Posted By ksridhar69
Change The client M/C Resoution

Is there any way to change the client M/C resolution to?

1024X768 . When the page is loaded

Because we have Intranet site some reports are very big. It is looking good in 1024X768 resolution.
Forum: JavaScript programming 11-20-2002, 09:21 PM
Replies: 8
Views: 884
Posted By ksridhar69
it is working

Thanks to Beetle. It works great. Actually I forget 1300
Forum: JavaScript programming 11-20-2002, 07:28 PM
Replies: 8
Views: 884
Posted By ksridhar69
Allow only 300,400,500,600,700,800 etc

onblur I want to allow only these numbers 300,400,500,600,700,800,900,1000,1100,1200,1400,1500,1600,1700,1800,1900,2000

Is it possible? If user enters other than above numbers alert the user

...
Forum: JavaScript programming 11-06-2002, 07:51 PM
Replies: 3
Views: 1,155
Posted By ksridhar69
it is working Thanks guys

it is working

Thanks guys
Forum: JavaScript programming 11-06-2002, 05:52 PM
Replies: 0
Views: 780
Posted By ksridhar69
reset the drop down

Here is a drop down, when they change the value and hit OK form is submitting perfectly. If they hit cancel user wants to reset the drop down(he wants old value)

counter = 0;
function...
Forum: JavaScript programming 11-06-2002, 01:32 PM
Replies: 3
Views: 1,155
Posted By ksridhar69
Simple loop problem

we have 200 rows. If i enter 2 rows(or more rows) then delete any row focus is going perfectly to 3 rd row. But if i enter 1 row ,then i delete i am getting run time error

if...
Forum: JavaScript programming 11-04-2002, 03:57 PM
Replies: 1
Views: 877
Posted By ksridhar69
reset the select

Here is a drop down, when they change the value and hit OK form is submitting perfectly. If they hit cancel user wants old drop down value

counter = 0;
function Changethepatientidinthispage()
{...
Forum: JavaScript programming 10-21-2002, 04:26 PM
Replies: 3
Views: 6,080
Posted By ksridhar69
Only two digits after decimal

User wants to enter only two digits after decimal. If they enter more than 2 digits just alert
Forum: ASP 10-17-2002, 09:20 PM
Replies: 14
Views: 1,818
Posted By ksridhar69
This will solve your problem. Let me know ...

This will solve your problem. Let me know

<FORM ACTION="test.asp" METHOD="POST" Name="b" >
<tr>
<td height="35" colspan="3">
<select name="site_nbr1"...
Forum: ASP 10-17-2002, 09:17 PM
Replies: 36
Views: 7,179
Posted By ksridhar69
<% Response.Write("<script>alert('" +...

<%

Response.Write("<script>alert('" + Thankyou for submitting this form + "');</script>");
%>

or

<%

Response.Write("<script>alert('" + your shipping ID is: "& rs(0) &" +...
Forum: ASP 10-17-2002, 09:13 PM
Replies: 2
Views: 1,189
Posted By ksridhar69
read this article ...

read this article

http://www.4guysfromrolla.com/webtech/faq/FileSystemObject/faq5.shtml
Forum: ASP 10-16-2002, 07:56 PM
Replies: 36
Views: 7,179
Posted By ksridhar69
Use this you will get the alert when page loaded ...

Use this you will get the alert when page loaded
<%
Response.Write "(<script>alert('"+"Registration Completed successfully"+"')</script>)"
%>
Forum: ASP 10-16-2002, 07:44 PM
Replies: 5
Views: 1,658
Posted By ksridhar69
here is your answer <% DO WHILE NOT rs.EOF...

here is your answer

<%
DO WHILE NOT rs.EOF
%>
<tr>
<td><%=rs(0)%></td>
<td><%=rs(1)%></td>
<td><%=rs(2)%></td>
<td><%=rs(3)%></td>
Forum: JavaScript programming 10-11-2002, 03:31 PM
Replies: 7
Views: 1,065
Posted By ksridhar69
function checktherow() { ...

function checktherow()
{
sealWin=window.open("TEST.asp,'newwindow','height=450...
Forum: JavaScript programming 10-09-2002, 09:42 PM
Replies: 2
Views: 1,060
Posted By ksridhar69
Thanks it is working

Thanks it is working
Forum: JavaScript programming 10-09-2002, 09:05 PM
Replies: 2
Views: 1,060
Posted By ksridhar69
drop down counter is not working

I want to submit the form 2nd time. That means when user select the value from drop down first time I don’t want to submit the form. But when user selects second time I want to submit the form. Is it...
Forum: JavaScript programming 10-09-2002, 03:55 PM
Replies: 3
Views: 1,193
Posted By ksridhar69
i used this code. It is working function...

i used this code. It is working

function edittherow(sub)
{

if ((trim(document.remitform.d[sub].value) != "")&&(trim(document.remitform.f[sub].value) != ""))
{
if (confirm("Edit This...
Forum: JavaScript programming 10-09-2002, 03:54 PM
Replies: 3
Views: 1,193
Posted By ksridhar69
i got it put "ConsoleWindow" instead of...

i got it put "ConsoleWindow" instead of newwindow
Showing results 1 to 25 of 47

 
Forum Jump

All times are GMT +1. The time now is 10:24 AM.