0
votes
0answers
51 views

Parameter is not set properly?

To translate part of URL to parameter(enum) I have the following code in my controller : protected override void OnActionExecuting(ActionExecutingContext filterContext) { ...
2
votes
1answer
77 views

Understanding SVG query-string parameters

I created an SVG file that I intend to use as a background image in CSS. I want to be able to change the fill color in the SVG using a query-string parameter, like so: #rect { background-image: ...
1
vote
1answer
116 views

Get querystring array values in Javascript [duplicate]

I have a form that uses the get method and contains an array: http://www.example.com?name[]=hello&name[]=world I'm trying to retrieve array values 'hello' and 'world' using JavaScript or jQuery. ...
1
vote
3answers
43 views

Unsure how URL is constructed in php website

There is an html table in my page with 3 columns, each one of them contains a form like this <form id="filter" method="get" action="advanced_search_result.php"> <input type="hidden" ...
0
votes
1answer
152 views

Creating a querystring based on what option is selected from a drop down menu

I have this drop down menu: <select name="Filter" onchange="applyFilter(this);"> <option name="Item1" id=Item1 value="10.5">Test1</option> <option name="Item2" id=Item2 ...
0
votes
1answer
199 views

append values to query string

I have set of URL's similar to the ones below in a list http://somesite.com/backup/lol.php?id=1&server=4&location=us http://somesite.com/news.php?article=1&lang=en Well , what i have ...
1
vote
1answer
237 views

In MVC3, How can I pass multiple values to a querystring parameter by ActionLink?

In my MVC3 project I have a controller "Test" with this method for Index action Function Index(fields() As String) As ViewResult ... Then on the View I have a a multi-select drop down list ...
2
votes
2answers
636 views

How to let jMeter http request sampler generate parameters?

Is there a way to generate random parameter values in jMeter http request sampler or any other sampler?
0
votes
1answer
219 views

SEO friendly url with parameters? [closed]

I'm planning to overhaul a website to use friendly urls. The problem I have and can't quite find a solution for is how to carry extra parameter info with a friendly url? To explain further, say on ...
1
vote
2answers
229 views

passing parameters in javascript

I have a firePie.aspx page in c# which just has a button and when it's clicked do this, protected void Button1_Click(object sender, EventArgs e) { string cadenaValor, valores; ...
0
votes
0answers
92 views

How to handle search query strings with jQuery sort, number of results, page number, etc. SELECT menus?

I have multiple forms that I'm using to offer various search functions such as sort options, number of results per page, page number, etc. I am using the GET method so URLs can be used to remember the ...
1
vote
3answers
201 views

Read only parameter name in Querystring with $_GET

How can I read only the parameter name from a querystring in PHP? For example in both of these: www.example.com/index.php?a='1' www.example.com/index.php?a the wanted output is: a
0
votes
4answers
2k views

How to read the query string params of a ASP.NET raw URL?

I have a variable string rawURL = HttpContext.Current.Request.RawUrl; How do I read the query string parameters for this url?
2
votes
2answers
5k views

Symfony2: How to pass url querystring parameters to controllers?

Maybe I am missing something but there doesn't seem to be a way to define querystring parameters in routes in Symfony2 so that they can be passed into a controller. For instance, instead of ...
0
votes
1answer
67 views

Using a URL parameter for a results message on different page? What is a better way to accomplish this?

I have an application where I'm using a URL parameter to trigger a results message after a certain action and a redirect. Example flow is like this: 1. User fills out form and clicks "Update" 2. [PHP ...
0
votes
1answer
1k views

ViewResult fails to return values once a new parameter (not id) is used

I have a bit of a weird issue with a record display. If a user enters a bar-code numeric (int) value into a URL, I'm supposed to show the details of the record linked to that bar-code. At one time, ...
0
votes
1answer
443 views

IIS URL Rewrite 301 Redirect for urls with parameters doesn't work

I have following rule for 301 redirects: <rule name="301RedirectsRule" enabled="true" stopProcessing="true"> <match url=".*" /> <conditions logicalGrouping="MatchAll"> ...
0
votes
2answers
240 views

Http Request Methods, and Parameters

well, out of curiosity, what are the HTTP methods that accept parameters in the query string? they all? which HTTP methods in which the parameters have to be sent via cURL POSTFIELDS?
0
votes
2answers
188 views

AS3: Is it possible to accept only FlashVars and ignore Query String params?

Adobe page for LoaderInfo states: The two sources of parameters are: the query string in the URL of the main SWF file, and the value of the FlashVars HTML parameter (this affects only the main ...
0
votes
3answers
1k views

jquery query parameter parsing - “=” in query string breaks query string up

I'm trying to parse parameters from a query string using this jquery plugin and this sample query string: ...
0
votes
1answer
591 views

How to remove parameters from a URL on an ASP.NET site that uses URL Routing?

I recently added URL Routing to my non-MVC site that's based on ASP.NET and C#. So now if I get the following incoming request: http://www.coolsite.com/item/27 ...I can remap this behind the ...
6
votes
1answer
11k views

Reading Parameters from URL

I been googling to find a way to read parameter value from URL but no success. In ASP.NET Webform we used to do Request.Querystring["name"] to get the value. How to do this in MVC3? I need to access ...
0
votes
2answers
839 views

get src url parameter from script tag with selenium ide

I am using Selenium IDE to verify some elements on a page during a test. I have a script tag that has a dynamic SRC attribute on it. It generates the parameters for the url based on what page design ...
2
votes
3answers
5k views

How to pass query string parameters to the PHP binary?

I am developing a webserver that invokes the PHP binary (via CGI) to process a script. Here's the problem: The PHP script isn't picking up the command line parameters. For example, if the client ...
0
votes
1answer
573 views

SQL conditional where Clause executing using querystring parameters - If function needed?

I have the following sp that uses a condtional where clause - ish! @MemberId varchar(7), @LocationId varchar(8), @UUF1 varchar(150), @UUF2 varchar(50), @UUF4 varchar(50), @IDDesc varchar(255), ...
1
vote
1answer
119 views

Silverlight and QueryStrings

What is the correct way to pick up a querystring variable that is passed to the page that the Silverlight Control is being hosted on?
2
votes
1answer
72 views

Why pass a query parameter to an image file (/img/button.png?123456789) from inside a HTML page?

I saw this in a HTML template for a web app: <img alt="mybutton" src="/img/button.png?123456789" /> What I didn't understand was why the ?123456789 would be passed to the image file? (in the ...
0
votes
1answer
603 views

mod_rewrite RewriteCond and query string

recently, I have been working on a small project for a client. I was thinking about using a wordpress style pretty URL format. I googled around a lot and came accross Apache’s mod_rewrite and ...
1
vote
2answers
329 views

How to call the previous querystring parameter in .aspx

Let's say I have a ActionResult method that has a pageNumber parameter and a category parameter. The user should be able to set the category he's browsing which would be a ActionLink to the first ...
6
votes
7answers
446 views

Query String Parameters make my app at risk?

I'm writing an Asp.Net WebForms app where I am calling an edit page an passing in the data about the record to be edited using query string parameters in the URL. Like: ...
1
vote
2answers
1k views

Why is PHP not seeing my query string?

This phpinfo() demonstrates the problem. I'm passing the URL a query string of: ?qwerty=asdfg As a result, I'm expecting it to list these two PHP variables: _REQUEST["qwerty"] asdfg ...
3
votes
2answers
5k views

Replacing a querystring parameter value using mod_rewrite

I would like to map this: http://www.example.com/index.php?param1=value1&param2=value2&param3=value3 (etc. ad infinitum) to ...
2
votes
3answers
3k views

Query string parameters do not seem to work with window.open

I try to open multiple browser windows using javascript and the window.open() function. I want to pass a parameter through the query string to my new window like this: ...
1
vote
2answers
1k views

aspx with Ajax: How to send checkboxlist values to query string parameters?

I am using jQuery load function to load the HTML response of an aspx page. I call the page by appending querystring parameters to the end. I have a problem though. I have a checkbox list (multi ...
0
votes
2answers
938 views

ASP.Net not recognising querystring parameters

I'm having a problem with ASP.Net mysteriously losing one of my QueryString parameters. I have URLs like the following (pasted from my browser address bar): //Short example ...
1
vote
3answers
162 views

Stored Procedure that handles 1 or 2 or 3 value

i am using a stored procedure to run some queries in my database. The value is taken from a query string then passed to the stored procedure. the thing is, the user may select more than 1 option that ...
2
votes
5answers
2k views

Can I pass parameters to a client-side HTML page?

I'm not sure if I have the jargon for asking this question not being a web developer but please bear with me. I want to send parameters to a client side HTML page (just a file on a disk no web server ...
18
votes
13answers
65k views

Passing multiple values for a single parameter in Reporting Services

I have several Multi-Select parameters in my report. I am trying to find a way to pass in multiple values for a single parameter in the web query string? If I pass in a single value, it works fine. ...
51
votes
12answers
89k views

Adding a parameter to the URL with JavaScript

In a web application that makes use of AJAX calls, I need to submit a request but add a parameter to the end of the URL, for example: Original URL: http://server/myapp.php?id=10 Resulting URL: ...