Hai i would like to know how could i provide single(or double) click event to a td inside a table.. I know that onclik="SomeFunction();" would do that. But my situation is that td is of fixed height and width If no text is there, no clik is needed.if it has, say a single character(say "a"), then the user should be able to click there inside the td to pop up a window.What i found that i am unable to click and produce the corresponding event for the td by clicking anywhere except where text is situated. Means if i click on the text, the event works. And if i click anywhere else, it wont...Any solution? :confused:
User 3183850
Posts
-
How to enable click on a td with.... -
Xquery solution neededI have got a field in a table which is of xmltype, say file_block the data for the same is structured as shown below 74 174 And the above structure is taken in different ways for different purposes in project so i cannot change that DATA VALUE txtWeight 74 txtHeight 174 Now how could i retrieve the data as a tabular structure as shown above using xquery. Please help if anyone know how to do that
-
Repost of Xquery SolutionThis is the repost as my code snippet was not formatted correctly. I have got a field in a table which is of xmltype, say file_block the data for the same is structured as shown below 74 174 And the above structure is taken in different ways for different purposes in project so i cannot change that DATA VALUE txtWeight 74 txtHeight 174 Now how could i retrieve the data as a tabular structure as shown above using xquery. Please help if anyone know how to do that
-
Xquery solution neededI have got a field in a table which is of xmltype, say file_block the data for the same is structured as shown below data type="Structure"> control id="txtWeight"> value>74/value> /control> control id="txtHeight"> value>174/value> control> /data> (I have removed the '<' tags from the xml code as codeproject is only taking the content 174 and 74 only while removing all other codes as they are treating the code as a formatted one... So please read my code by prepending the appropriate line with '<') Now I want to retrieve the values from it as follows Data Value txtWeight 74 txtHeight 174 And the above structure is taken in different ways for different purposes in project so i cannot change that. Now how could i retrieve the data as a tabular structure as shown above using xquery. Please help if anyone know how to do that.
-
Get html of aspx page and convert to pdf including content in scrollAm already doing that... The Problem comes coz i have lot of usercontrols added dynamically to the aspx page. So all tools are behaving differently..Anyway i vl search for some other solution
-
Get html of aspx page and convert to pdf including content in scrollcoz my client wanted it as report So i have to present him with pdf report of the page..To create report with any report tool is impossible for my situation....
-
Get html of aspx page and convert to pdf including content in scrollHow it would be possible to convert the aspx page to a pdf document so that i can print the form.I want all styles to be included with image in the web page. Also the webpage contents are mostly numerous usercontrols with scrolling applied So i want the scroll to be removed..Means the content inside should be obtained fully..Any body know a solution I ve gone through so many pdf generators..like syncfusion,expert pdf etc...