Click here to Skip to main content
15,891,136 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionHelp with Javascript Code Pin
ThianBrodie12-Nov-11 19:05
ThianBrodie12-Nov-11 19:05 
AnswerRe: Help with Javascript Code Pin
Not Active13-Nov-11 3:21
mentorNot Active13-Nov-11 3:21 
GeneralRe: Help with Javascript Code Pin
ThianBrodie13-Nov-11 4:10
ThianBrodie13-Nov-11 4:10 
GeneralRe: Help with Javascript Code Pin
Not Active13-Nov-11 4:18
mentorNot Active13-Nov-11 4:18 
GeneralRe: Help with Javascript Code Pin
ThianBrodie13-Nov-11 4:32
ThianBrodie13-Nov-11 4:32 
GeneralRe: Help with Javascript Code Pin
Not Active13-Nov-11 5:28
mentorNot Active13-Nov-11 5:28 
GeneralRe: Help with Javascript Code Pin
Not Active13-Nov-11 6:56
mentorNot Active13-Nov-11 6:56 
QuestionIdentify jQuery data Pin
Mugdha_Aditya9-Nov-11 0:31
Mugdha_Aditya9-Nov-11 0:31 
Below is code i have got from " this link.


can any one tell me.. what link it will generate??"[^]

JavaScript
var from = "2011-10-09";
var to = "2011-11-09";
 
 
//IG fix for dateformat yyyy-mm-dd, must match before sending.
if (to.match(/^\d{4}[-]\d{2}[-]\d{2}$/) && from.match(/^\d{4}[-]\d{2}[-]\d{2}$/)) {
var query = webCore.createQuery(webCore.marketAction.getDataSeries, {}, {
FromDate: from,
ToDate: to,
Instrument: webCore.getInstrument(),
hi__a: "0,1,2,4,21,8,10,11,12,9",
ext_xslt_lang: currentLanguage,
ext_xslt_options: "," + $("#adjustedId:checked").val() + ",", //$("#unadjustedId:checked").val() + ",",
ext_xslt: "hi_table_shares_adjusted.xsl",
ext_contenttype: "application/ms-excel",
ext_contenttypefilename: "_" + 
webCore.getInstrument() + ".xls",
ext_xslt_hiddenattrs: ",ip,iv,",
ext_xslt_tableId: "historicalTable"
}
);
 
$("#excelQuery").val( query );
$("#excelForm").attr( "action", webCore.proxyURL ).submit();


i got this code from view source.
i think webCore.getInstrument() will return SSE4928 but am not sure whta will be whole query.. so i will get link and i can access data from it.
AnswerRe: Identify jQuery data Pin
Dennis E White9-Nov-11 4:11
professionalDennis E White9-Nov-11 4:11 
GeneralRe: Identify jQuery data Pin
Mugdha_Aditya9-Nov-11 18:40
Mugdha_Aditya9-Nov-11 18:40 
GeneralRe: Identify jQuery data Pin
Dennis E White10-Nov-11 4:28
professionalDennis E White10-Nov-11 4:28 
GeneralRe: Identify jQuery data Pin
Mugdha_Aditya10-Nov-11 18:24
Mugdha_Aditya10-Nov-11 18:24 
GeneralRe: Identify jQuery data Pin
Dennis E White10-Nov-11 18:49
professionalDennis E White10-Nov-11 18:49 
GeneralRe: Identify jQuery data Pin
Mugdha_Aditya10-Nov-11 22:17
Mugdha_Aditya10-Nov-11 22:17 
GeneralRe: Identify jQuery data Pin
phome26-Nov-11 15:02
phome26-Nov-11 15:02 
AnswerRe: Identify jQuery data Pin
jkirkerx19-Nov-11 20:09
professionaljkirkerx19-Nov-11 20:09 
QuestionJavascript and Dates Pin
BobInNJ7-Nov-11 6:04
BobInNJ7-Nov-11 6:04 
AnswerRe: Javascript and Dates Pin
Dennis E White7-Nov-11 6:32
professionalDennis E White7-Nov-11 6:32 
AnswerRe: Javascript and Dates Pin
Morgs Morgan15-Nov-11 1:40
Morgs Morgan15-Nov-11 1:40 
QuestionDisplay information in a table Pin
Member 82674566-Nov-11 22:49
Member 82674566-Nov-11 22:49 
AnswerRe: Display information in a table Pin
Dennis E White7-Nov-11 6:34
professionalDennis E White7-Nov-11 6:34 
AnswerRe: Display information in a table Pin
Hà Duy Thuận10-Jan-12 22:08
Hà Duy Thuận10-Jan-12 22:08 
Questionhow to open the minimized window after refreshing the page? Pin
dayakar_dn2-Nov-11 21:16
dayakar_dn2-Nov-11 21:16 
AnswerRe: how to open the minimized window after refreshing the page? Pin
Dennis E White7-Nov-11 6:14
professionalDennis E White7-Nov-11 6:14 
AnswerRe: how to open the minimized window after refreshing the page? Pin
jkirkerx19-Nov-11 20:17
professionaljkirkerx19-Nov-11 20:17 

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.