Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 2
1
2
>
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
Based on screen resolution switch into frame or page
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
on tab change the radio focus
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
Reset the drop down value
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
Remove footer when printing with browser
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
Text is Carriage returns replace with <p>
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
Print page is showing URL
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
How to raise window from bottom right side like yahoo
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
Change The client M/C Resoution
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
Allow only 300,400,500,600,700,800 etc
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
Allow only 300,400,500,600,700,800 etc
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
Simple loop problem
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
reset the drop down
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
Simple loop problem
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
when user hits cancel get the old value
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
Only two digits after decimal
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
Opening up a page based on a select list
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
Passing parameters to javascripts from code-behind
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
Protecting files from mass downloading
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
Passing parameters to javascripts from code-behind
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
brows products
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
Positioning pop up windows ??
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
drop down counter is not working
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
drop down counter is not working
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
popup window on popup window
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
popup window on popup window
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
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
10:24 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.