0
votes
1answer
27 views

ASP.Net page: Chrome adds a #b to the URL?

when I open the URL http://mycomputer/web/Page.aspx?OfflineMode=false&ID=2 Chrome will make it look like: http://mycomputer/web/Page.aspx?OfflineMode=false&ID=2#b The problem is that I ...
1
vote
0answers
97 views

Back button of Google Chrome after clicking a hyperlink whose target is on the same PDF document

PDF documents have hyperlinks to the contents on the same document (analogous to "#section" hrefs for an HTML document). Where's the back button to go back to the page I was on (where I clicked the ...
0
votes
3answers
504 views

Chrome Extension: Get Parameter from URL [duplicate]

Possible Duplicate: Get query string values in JavaScript I am working on a extension for Chrome. I already figured out how to get the URL from the actual Chrome-Tab. ...
0
votes
1answer
109 views

Passing parameter with javascript through Google Chrome

So I've been working a widget based off the one listed here: http://php-drops.blogspot.com/2011/04/creating-widget-with-javascript-and-php.html Users I am trying to create a preview function of the ...
0
votes
2answers
290 views

What's an outstanding Chrome or Firefox extension to easily view and set GET URL params, and POST data

I would like to have a browser extension to display URL params as a set of keys and values I can modify before executing a GET. Some sort of interface that looks roughly like this: [x] GET [ ] POST ...
1
vote
2answers
741 views

Safari and Chrome adding form values to URL

Long story short: on Chrome and Safari only, values from a login form are sometimes pasted into the user's URL, even though the actual login is POSTed via AJAX. ...