Click here to Skip to main content
15,889,651 members
Home / Discussions / JavaScript
   

JavaScript

 
Questionworking with showCreateForm() in jtable Pin
Member 123177099-Feb-16 19:23
Member 123177099-Feb-16 19:23 
AnswerRe: working with showCreateForm() in jtable Pin
F-ES Sitecore9-Feb-16 22:42
professionalF-ES Sitecore9-Feb-16 22:42 
GeneralRe: working with showCreateForm() in jtable Pin
Member 123177099-Feb-16 22:55
Member 123177099-Feb-16 22:55 
GeneralRe: working with showCreateForm() in jtable Pin
F-ES Sitecore9-Feb-16 22:58
professionalF-ES Sitecore9-Feb-16 22:58 
QuestionWhen IFrame load event is called ? Pin
Tridip Bhattacharjee4-Feb-16 1:45
professionalTridip Bhattacharjee4-Feb-16 1:45 
AnswerRe: When IFrame load event is called ? Pin
F-ES Sitecore9-Feb-16 22:26
professionalF-ES Sitecore9-Feb-16 22:26 
GeneralRe: When IFrame load event is called ? Pin
Tridip Bhattacharjee10-Feb-16 2:09
professionalTridip Bhattacharjee10-Feb-16 2:09 
GeneralRe: When IFrame load event is called ? Pin
F-ES Sitecore10-Feb-16 2:16
professionalF-ES Sitecore10-Feb-16 2:16 
It's a way of uploading a file without leaving the page. If you had an form like this

HTML
<form action = "upload.aspx" method="post">
</form>


and you submit that form you get a page refresh. If you do

HTML
<iframe name="myiframe"></iframe>
<form action = "upload.aspx" method="post" target="myiframe">
</form>


when you submit the form the browser keeps on the current page but the form is submitted to the iframe. If the iframe is hidden then the user doesn't see anything, the file is uploaded silently.
GeneralRe: When IFrame load event is called ? Pin
Tridip Bhattacharjee10-Feb-16 20:44
professionalTridip Bhattacharjee10-Feb-16 20:44 
QuestionJavascript on dynamic gridview textboxs Pin
HGCoolPal2-Feb-16 2:48
HGCoolPal2-Feb-16 2:48 
AnswerRe: Javascript on dynamic gridview textboxs Pin
Keith Barrow8-Feb-16 2:16
professionalKeith Barrow8-Feb-16 2:16 
QuestionNumber of day week in javascript Pin
Mazdak1-Feb-16 4:34
Mazdak1-Feb-16 4:34 
AnswerRe: Number of day week in javascript Pin
Keith Barrow1-Feb-16 4:56
professionalKeith Barrow1-Feb-16 4:56 
GeneralRe: Number of day week in javascript Pin
Mazdak1-Feb-16 5:03
Mazdak1-Feb-16 5:03 
GeneralRe: Number of day week in javascript Pin
Keith Barrow1-Feb-16 5:10
professionalKeith Barrow1-Feb-16 5:10 
GeneralRe: Number of day week in javascript Pin
Mazdak1-Feb-16 5:12
Mazdak1-Feb-16 5:12 
GeneralRe: Number of day week in javascript Pin
Mazdak1-Feb-16 5:11
Mazdak1-Feb-16 5:11 
Questioncomparing two dates in javascript Pin
Member 1026351927-Jan-16 22:40
Member 1026351927-Jan-16 22:40 
QuestionRe: comparing two dates in javascript Pin
Richard MacCutchan27-Jan-16 23:17
mveRichard MacCutchan27-Jan-16 23:17 
AnswerRe: comparing two dates in javascript Pin
Richard Deeming28-Jan-16 1:46
mveRichard Deeming28-Jan-16 1:46 
AnswerRe: comparing two dates in javascript Pin
Beginner Luck31-Jan-16 19:24
professionalBeginner Luck31-Jan-16 19:24 
QuestionConvert div into image in Java Script. Pin
varunPes23-Jan-16 2:11
professionalvarunPes23-Jan-16 2:11 
AnswerRe: Convert div into image in Java Script. Pin
Beginner Luck25-Jan-16 14:24
professionalBeginner Luck25-Jan-16 14:24 
QuestionHow to redirect the weburl to particular country when user types in Browser. Pin
pradeep yajamanam21-Jan-16 3:17
pradeep yajamanam21-Jan-16 3:17 
AnswerRe: How to redirect the weburl to particular country when user types in Browser. Pin
F-ES Sitecore21-Jan-16 3:52
professionalF-ES Sitecore21-Jan-16 3:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.