Advertisement

1 - 10 of 10 containing alltags:("url parameter passing") (0.001 seconds)
I tried to pass paramter by URL, but cannot receive, any suggestion? Response.Redirect("http://www.web-ems.com:8081/GISmap/default.asp?temp=20020814-0005"); other side: <%@ enablesessionst...
Zones: ASPDate Answered: 02/23/2006 Grade: A Views: 0
Hi all, I have a page that is getting values from two url parameters from the previous page. The two parameters are Type_variable and model_variable. The model_variable works fine but for some rea...
Zones: Macromedia DreamweaverDate Answered: 05/09/2006 Grade: B Views: 0
I have the following code and I want to create a link, which passes the date  $searchformonths = array('03', '04');   while (!$RS_textDates->EOF) {     $startdate = $RS_textDates->Fields('S...
Zones: PHPDate Answered: 02/05/2007 Grade: A Views: 0
Hey there, Ok this is a fairly simple question, I have done this many times using DW and ASP but I am not working with ASP.NET and DW and can't quite seem to figure it out... There are two pa...
Zones: Macromedia DreamweaverDate Answered: 04/04/2005 Grade: A Views: 0
I have to pass url parameters through a frameset. the two I need to pass are called id and EventDate Here is the frameset code: How can I do this? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTM...
Zones: ASPDate Answered: 01/06/2006 Grade: A Views: 0
Hi all, Im trying to pass a parameter like so to a struts page: mypage.do?param=dfd But it does'nt redirect to that page. If I just go to mypage.do it will then redirect to that page. I...
Zones: JSPDate Answered: 05/28/2006 Grade: B Views: 0
I need a better way to pass parameters other than through the url. Right now I have: <cfoutput query="qryname"> <a href="PageName.cfm?Parameter=#ID#">View</a> </cfoutput> The problem of cour...
Zones: ColdFusion Application ServerDate Answered: 07/06/2006 Grade: A Views: 0
Hi, I'm trying to pass a parameter from one page to another using a hyperlink. Here's a snippet of the passing page: while($row = mysql_fetch_array($result))   {   echo "<tr>";   echo "<t...
Zones: PHPDate Answered: 01/23/2007 Grade: A Views: 0
Hi there, I'm testing on passing parameter via url with the three php files as shown below: 1. index.php 2. pg2.php 3. pg3.php The index.php will allow user to input something and then pas...
Zones: PHPDate Answered: 06/27/2004 Grade: A Views: 1370
We have a file structure where a folder has excel workbooks named using a standard naming covention using the id of a customer account. For example: Folder ABC has files 122.xls and 123.xls etc. On...
Zones: WebApplications, C#, MS Visual C#Date Answered: 03/13/2008 Grade: A Views: 170
  • 1