Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 98
Search took 0.30 seconds.
Search: Posts Made By: npala2001
Forum: Other server side languages/ issues 01-29-2007, 11:34 PM
Replies: 9
Views: 2,557
Posted By npala2001
nevermind I just used an iframe to display the...

nevermind I just used an iframe to display the data - thanks for your help
Forum: Other server side languages/ issues 01-29-2007, 11:14 PM
Replies: 9
Views: 2,557
Posted By npala2001
We have an external vendor that provides stock...

We have an external vendor that provides stock information. I contacted our IT group to talk about how we can extract that data from the (http://ir.shareholder.com/server/peer.cfm) URI. The guy just...
Forum: Other server side languages/ issues 01-29-2007, 03:15 PM
Replies: 9
Views: 2,557
Posted By npala2001
what is the usual method for writing GET request....

what is the usual method for writing GET request. What language/method used?
Forum: Other server side languages/ issues 01-26-2007, 09:56 PM
Replies: 9
Views: 2,557
Posted By npala2001
I was under the assumption I could include a GET...

I was under the assumption I could include a GET request in my HTML page. The files are located on a third party vendors server and the web developer over there told me to just use a GET request. If...
Forum: Other server side languages/ issues 01-26-2007, 05:00 PM
Replies: 9
Views: 2,557
Posted By npala2001
I am using an HTML page and I want to display the...

I am using an HTML page and I want to display the information from the GET request.


GET /server/peer.cfm HTTP/1.1
Host: ir.shareholder.com
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0;...
Forum: Other server side languages/ issues 01-25-2007, 09:13 PM
Replies: 9
Views: 2,557
Posted By npala2001
HTTP GET Request

I have never written a HTTP request before. I have a file that I need to grab, but I have to use an HTTP request. I am not sure what format that I have to follow in order for the data to be displayed...
Forum: ASP 01-23-2007, 04:58 PM
Replies: 4
Views: 4,134
Posted By npala2001
Are you looking for this? This should let you...

Are you looking for this? This should let you insert data into an access database that contains commas.

formvalue=replace(request.form("formvalue"),"'","''")
Forum: JavaScript programming 01-09-2007, 06:44 PM
Replies: 7
Views: 635
Posted By npala2001
MAN I LOVE YOU GUYS!!!! It worked like a champ...

MAN I LOVE YOU GUYS!!!! It worked like a champ and I learned something today.
Forum: JavaScript programming 01-09-2007, 05:29 PM
Replies: 7
Views: 635
Posted By npala2001
Your code is different I have an extra return...

Your code is different I have an extra return true statement at the bottom
Forum: JavaScript programming 01-09-2007, 05:21 PM
Replies: 7
Views: 635
Posted By npala2001
Field 1 = 12.25 Field 2 = 9.625 Field 3...

Field 1 = 12.25

Field 2 = 9.625

Field 3 = 5.5

I have the input types as text fields so I am thinking that is why its treating them differently. It looks like its getting locked up on Field 1...
Forum: JavaScript programming 01-09-2007, 04:41 PM
Replies: 7
Views: 635
Posted By npala2001
validation is getting confused

The validation i am using is getting confused when it gets a number that has more than three decimal points (ex: 1.000)

Below is my code - the form works

<script language="javascript">...
Forum: JavaScript programming 12-13-2006, 06:17 PM
Replies: 2
Views: 612
Posted By npala2001
Awesome Thank you!

Awesome Thank you!
Forum: JavaScript programming 12-12-2006, 06:23 PM
Replies: 2
Views: 612
Posted By npala2001
IF statements

I am trying to find how to do the following:

if Field 1 is completed

then

Field 2 must be filled out.

I remember an online site that showed me, but I cant find it.
Forum: JavaScript programming 12-05-2006, 05:14 PM
Replies: 4
Views: 1,068
Posted By npala2001
I know I could something like this if I had...

I know I could something like this if I had access to the popup source files


<script language="Javascript" type="text/javascript">
changeParent(){...
Forum: JavaScript programming 12-05-2006, 04:45 PM
Replies: 4
Views: 1,068
Posted By npala2001
Is there a way to get the redirect to take place...

Is there a way to get the redirect to take place while the user is viewing the popwindow. Whats happening now is the page opens in a pop which is great then once the user closes the pop page it takes...
Forum: JavaScript programming 12-05-2006, 03:34 PM
Replies: 4
Views: 1,068
Posted By npala2001
A Popup and Redirect on One Page

Hey guys!

I am working on a page that will create a popup then send the parent page back to the previous page using the history.back function. I am using the history back function because our...
Forum: HTML & CSS 09-18-2006, 09:52 PM
Replies: 5
Views: 704
Posted By npala2001
Internal site - security issues. I will find a...

Internal site - security issues. I will find a work around thanks for your help.

FYI - We are using a JSP page to display the images
Forum: HTML & CSS 09-12-2006, 07:53 PM
Replies: 5
Views: 704
Posted By npala2001
We have thumbnails on a dynamically created page...

We have thumbnails on a dynamically created page and when a user selects a thumbnail a larger version of the image is displayed. The problem is that the images are becoming blurry due to the resize.
Forum: HTML & CSS 09-12-2006, 07:06 PM
Replies: 5
Views: 704
Posted By npala2001
Disable IE Autosizing

Is there a way to disable IE Auto resizing using an attribute of some sort. I know you can disable it from the tools menu of the browser, but I thought there was a way to add an attribute so that IE...
Forum: JavaScript programming 08-02-2006, 10:00 PM
Replies: 4
Views: 917
Posted By npala2001
Do you have any links to online resources...

Do you have any links to online resources regarding this subject?
Forum: JavaScript programming 08-02-2006, 09:01 PM
Replies: 4
Views: 917
Posted By npala2001
Hmm very interesting. Why was this posted twice?

Hmm very interesting. Why was this posted twice?
Forum: JavaScript programming 08-02-2006, 08:15 PM
Replies: 4
Views: 711
Posted By npala2001
<html xmlns="http://www.w3.org/1999/xhtml"> ...

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>PNC Form</title>
<Script type="text/javascript">
Function...
Forum: JavaScript programming 08-02-2006, 08:08 PM
Replies: 4
Views: 711
Posted By npala2001
I am not sure what you mean by defining my...

I am not sure what you mean by defining my variables.
Forum: JavaScript programming 08-02-2006, 07:38 PM
Replies: 4
Views: 711
Posted By npala2001
Form Field Comparison

Hi Guys I am new to the world of javascript! I have three fields that I want validated on a form. Item3 cannot be smaller than Item2 and Item2 cannot be smaller than Item1. Below is what I had in...
Forum: JavaScript programming 08-02-2006, 07:37 PM
Replies: 4
Views: 917
Posted By npala2001
Form Field Comparison

Hi guys I am new to javascript!

I have three fields that I want validated on a form. Item3 cannot be smaller than Item2 and Item2 cannot be smaller than Item1.

Below is what I had in mind:
...
Showing results 1 to 25 of 98

 
Forum Jump

All times are GMT +1. The time now is 12:16 AM.