hi, i am not that skiled in asp.net. but with my limited kn owledge , i feel sending thru get or post method will help..or u can have hidden field right
Is there anything in .NET to include all the subclasses inside a package instead of including each one seperately as we have in java import java.awt.*;
Hi,
I came across the same kind of error. but anyway since i was not doing any automation project i just debugged the program and using the help in Excel i trapped that circular error.......But if that could be achieved in VBA code I think that would be of great help......When you get such...
dear kikaikai,
div is a IE+ only tag and netscape's equivalent for it is <layer> tag...so in ur script u put a browser check script
i.e if document.all it is internet explorer
if document.layers it is netscape
and depending on the browser u tailor the code
take care
regards
R.Subramanian
Hi,
i dont think secretsquirrel is asking for flash redirection ....instead he wants flash style redirection.....hope i am not wrong....
well.......anyway thatz an interesting question indeed..........secret squirrel.....when u get an answer plz post it in this forum itself.i hope it would be...
hi philip,
as u know, all html pages are served on the web using HTTP protocol...The problem with HTTP protocol is it is a stateless protocol..i.e it does not maintain the state between an user request... so in order to make ur server remember the user information, what u have to do is...
hi,
try window.open("window-URL","window-name")
if u want the window to have no toolbars
then write window.toolbar.visible=false
to maximize a window use the folowing function
function MaxFunc() {
if (window.screen) {
var x1 = screen.availWidth;
var y1=...
hi,
i am not solving ur problem, the way u want...but well letme give a try...if u r using IE browser, then why dont u open a Excel application in the background and copy the values from ur page into a spreadsheet and save it...
well this is just an idea, not even sure how useful or silly is...
hi,
no no zippynz...
try this if(document.all)
if(e.keycode==17)
window.event.returnValue=false
this should work i suppose...anyway i will test it and give u the confirmed one later...
hi zippynz.
in ur code u have disabled all the keys and hence the result........i think if you change the code if keycode==17 (which is the key value for ctrl key) that key alone should be disabled........that would solve ur problem i suppose
and btw friend, not all users press ctrl+n...
hi vituz,
scripts can be placed anywhere inside a html page and not necessarily at the <head> section even though it is advisable to place it there........
and modeler as haslo told enclose the arguments with single quotes...bcoz u want to pass literals to the function and what u have...
hi,
well cocus..........there is no head or tail to the doubt and i think at present only u know what is the doubt u r having in ur mind....it would be nice if you reveal it to us also...plzz
Thanx
R.Subramanian
hi engcomps,
so finally u have decided on ur website eh?
btw pal.......are u a structural engineer?? ( i saw ur website..)..that is really great.....btw me too a civil engineer basically (now working as s/w )....anyway nice to see a fellow civil engineeer specialised in structures...My...
hi,
i would like to stand by the point that frames is unprofessional :) sorry for that anywayz
okiee...as far as now, search engine is not a problem...okay..but how about having a framed page with one particular frame alone changing...in case a person wants to refresh that particular...
hi,
as far as i browsed in the web and did extensive search from google.. i dont think that is possible with only html..well i am afraid i cant help u more than that
take care
R.Subramanian
hi,
u r right squirrel.....but frames are indeed giving an ugly look.........i dont think itz worth coding so much for redirection..better we can code for the functionality for which ppl use frames....What do u say friend???
Take care,
Regards
R.Subramanian
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.