HI Tapas,
why did you leave that company instead of asking them change their design ? well the product we used is most widely used just checked for you information this http://www.3ds.com/ " target="_blank" rel="nofollow">
Please just post your reply if you know the solution
HI ,
i work on product development (PLM domain) , so we have to used framwork designed by them to get features provided by product
so we need to use 3 jsps first jsp provides header and footer and uses 2nd jsp as a dialog page which gets open inside frame of first jsp on footer we have submit button ,so when user clicks on submit button process jsp which is 3d jsp opens in iframe and does the processing ...
so if something goes wrong i need to show that error message and need to refresh 2nd jsp for that i need reference of 2nd jsp or 1st jsp any reference will work for me
I have three jsps.First jsp calls second jsp which is having html form page. When i am submitting the html form i am calling my third jsp (process jsp) .Now i want reference of second jsp as i need to refresh my 2nd jsp .I have tried below
HI,
i have canvas and div ,canvas is having higher z-index value than DIV which is not showing up title value when i bring mouse over DIV
is there any way which will show up title defined for DIV element
i am looking explicitly for IE9 .. pointers-event = none not supported in IE9
i have attached output in the file the green line bar is div having id =line1XX121 i want to create line from that div so need exact end points of that div
i tried with below code but its not giving proper result ....
Now i want to get elements based on search criteria entered by user ..e.g if user enters a* then i want all the elements whose name value starts with a ... so i should get first and last elements similarly for dept..
before searching i have what attribute ( name or dept) to search and by pattern (attribute value a*b*) to search .