Search found 11 matches

Go to advanced search

by Kasarn Doungprateep
Wed Jan 29, 2014 12:16 am
Forum: Issues
Topic: Using Ajax to post and then redirect
Replies: 3
Views: 153
 
Jump to post

Using Ajax to post and then redirect

Thank you.

It is working now.

But could you please tell me why ?

by Kasarn Doungprateep
Tue Jan 28, 2014 10:36 pm
Forum: Issues
Topic: Using Ajax to post and then redirect
Replies: 3
Views: 153
 
Jump to post

Using Ajax to post and then redirect

I want to use method 'post' on " https://www.example.com ", and then redirect to another page. Like this, $.ajax({ type: "post", url: " https://www.example.com ", success: function() { $(location).attr('href','page2.html'); } }); It seems like the post process works fin...
by Kasarn Doungprateep
Thu Jan 09, 2014 9:42 am
Forum: Issues
Topic: Combine Local Storage Variable with URL
Replies: 4
Views: 158
 
Jump to post

Combine Local Storage Variable with URL

all done. Thank you ! :)

by Kasarn Doungprateep
Thu Jan 09, 2014 9:37 am
Forum: Issues
Topic: Combine Local Storage Variable with URL
Replies: 4
Views: 158
 
Jump to post

Combine Local Storage Variable with URL

Hi Katya,

Is this syntax corrected ?

window.location = "http://www.example.com"+ (localStorage.getItem("Username"))";

by Kasarn Doungprateep
Thu Jan 09, 2014 7:50 am
Forum: Issues
Topic: Combine Local Storage Variable with URL
Replies: 4
Views: 158
 
Jump to post

Combine Local Storage Variable with URL

I would like to combine my Local Storage Variable with URL into a new URL. and then navigate to the new URL. How can I? For Example, Let say I have a local storage variable called Username. when click a submit button, it will run Javascripts for navigating users to this URL window.location = ' http:...
by Kasarn Doungprateep
Wed Dec 11, 2013 4:16 pm
Forum: Issues
Topic: Saving a selected result and showing them in the next page
Replies: 9
Views: 274
 
Jump to post

Saving a selected result and showing them in the next page

it seems like a site is sometimes down. Sorry :(

by Kasarn Doungprateep
Wed Dec 11, 2013 4:10 pm
Forum: Issues
Topic: Saving a selected result and showing them in the next page
Replies: 9
Views: 274
 
Jump to post

Saving a selected result and showing them in the next page

Dear Katya, I have a problem again. I was finished my project, and tested it on a simulator. Everything was good. So I've uploaded it on the ftp server, viewing it by my safari (iPhone). It does not give a proper result as on the simulator or on my PC's web browser. It would be great if you can ente...
by Kasarn Doungprateep
Wed Dec 11, 2013 2:35 pm
Forum: Issues
Topic: Saving a selected result and showing them in the next page
Replies: 9
Views: 274
 
Jump to post

Saving a selected result and showing them in the next page

Yeahhhhh, finally, it's work !

Love you so much Katya. Thanks !!! <3

by Kasarn Doungprateep
Wed Dec 11, 2013 1:37 pm
Forum: Issues
Topic: Saving a selected result and showing them in the next page
Replies: 9
Views: 274
 
Jump to post

Saving a selected result and showing them in the next page

Thank you. I can show the result now, but still cannot implement it with radio buttons. will try more. btw cheers ^^

Go to advanced search