Tagged Questions
1
vote
0answers
27 views
.htacces redirect for AJAX search engine indexing
Ok, so I made a pure html/javascript AJAX website, but I want my pages indexable by Google.
I have my content files with meta information in plain html, but without menubar etc. and I have my ...
0
votes
1answer
218 views
How to pass a parameter with non-ASCII characters in URL with JavaScript to JSP/Servlet?
I read a lot of similar question in the WEB but non of the solutions helped in my case.
I implement web page with search, when the query can be Hebrew, English or any other language.
When the user ...
3
votes
2answers
340 views
Sending URL as a parameter using javascript
I have to send a name and a link from client side to the server. I thought of using AJAX called by Javascript to do this.
This is what I mean. I wished to make an ajax request to a file called ...
0
votes
1answer
3k views
AJAX request parameters for JSON store. ExtJS
I want to string together some parameters into an address where I can view an AJAX request in browser... I think this is what I mean, though I am not comfortable talking about AJAX. I am only a novice ...
0
votes
1answer
543 views
jquery mobile ajax jsonp request does not pass second get url parameter anymore
Sorry for not being precise enough in my first version of the post/ here is an updated post with sample code
i am using jquery 1.6.4 and jquery mobile 1.0rc2/ i first have to admit that i am ...
1
vote
2answers
752 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.
...
