|
Thanks alot Richard. I really appreciate the quick response.
|
|
|
|
|
|
Try this:
http://www.agileprogrammer.com/dotnetguy/archive/2002/03/09/4487.aspx
-------------------------
Don't worry, be happy )
|
|
|
|
|
Thanks alot Dmitry. I really appreciate the quick response.
|
|
|
|
|
Thanks alot guys I really appreciate it... I'm going to try both of them out.
|
|
|
|
|
Hi everyone,
I'm having trouble with a datagrid that is supposed to insert data. But one row has to insert data in the data base using Radio button. So I created two buttons one of Bad Mood then the other one is Good mood. when one is selected, the data is to be inserted into the database. this is working well. But the problem comes when it comes to images, thes images are smilies. When good mood is selected I want a smiley to be inserted into the database too. So I created the smilies but when and made them invisible so I wrote this code to be able save them in the database but I'm getting two errors. Where could I be wrong?
document.getElementById("imggm").style.visibility = "hidden";
function ChangeSmile()
{
if (document.getElementById("rblmood_0"))
{
document.getElementById("imggm").style.visibility = "none";
document.getElementById("imggm").src = "laughing.gif";
}
else
{
document.getElementById("imgbm").style.visibility = "visible";
document.getElementById("imgbm").src = "sad.gif";
}
}
The errors are:
Invalid token '(' in class, struct, or interface member declaration
Invalid token '=' in class, struct, or interface member declaration
(This error appears on the line: document.getElementById("imggm").style.visibility = "hidden";)
Thanks.
|
|
|
|
|
Your image buttons if the are server controls get different names in the html. So if you are planning on accessing them you need to know what the ClientID is.
I just wrote an article that uses javascript to try the enter key press. You can look at that article on how to pass in a controls ClientId so javascript knows how to find it.
http://www.codeproject.com/useritems/EnterKeyToButtonClick.asp[^]
Hope that helps.
Ben
|
|
|
|
|
that helps a lot.
-----------------------------
1.99 $ for a million email addresses - the cheapest price in the world.
Check http://luvit.bravehost.com/ for detail
|
|
|
|
|
Hi
I think you made some mistake as you have two image IDs 'imggm' and 'imgbm'. Make sure all ids are correct.
Harini
|
|
|
|
|
Hi harini,
Thanks But it's they are all right.
Thanks
|
|
|
|
|
Hi
How to convert DRM protected audio files to unprotected audio files.DRM files are purchased from iTunes(from Apple website) and i have to convert those files into unprotected audio files and those files should be in MPEG or AVI or WMV format.
Bala
Bala
|
|
|
|
|
You could set up a microphone beside your speaker and then...
I don't think you're going to get an answer here, you'll need a more hack0r kinda site...
|
|
|
|
|
Paddy Boyd wrote: hack0r
Don't you mean hax0r?
|
|
|
|
|
beg pardon, my 1337 speak is a bit limited.
|
|
|
|
|
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
That is what we in the industry call "unethical"
Brad
Australian
- Captain See Sharp on "Religion"
any half intelligent person can come to the conclusion that pink unicorns do not exist.
|
|
|
|
|
Iam not getting u
pls be clear...........
Bye..
Bala
|
|
|
|
|
We are just calling you a script kiddy.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
I want to show an image in my blog page[^]. I tried it with HTML img tag, which doesn't seem to work. I tried the following and that too is not working. Any help is much appreciated.
<div style="height:400;width:300;background-image:url=(http://img.someurl.us/img179/3153/someimg.jpg);"></div>
PS: Why does it show up removed:url? I post it as background-image:url... Is that I cannot have an image in the blog page?
|
|
|
|
|
I guess it is some kind of anti-hack CP policy.
On your place, I'd host an image on some place like imageshack and post a link in your blog.
Best regards,
Dmitry.
-------------------------
Don't worry, be happy )
|
|
|
|
|
Thank you for the reply. Hosting and hot-linking is not a problem. I would just like to know if it is possible to show an image directly in the web blog page.
|
|
|
|
|
you should check your tag management system in your blog, some blogs only use tag 1.99 $ for a million email addresses - the cheapest price in the world.
Check http://luvit.bravehost.com/ for detail
|
|
|
|
|
You can't show images in CP
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
Bradml wrote: You can't show images in CP
Since when? I have seen images at blog pages of members at CP, say before a month or so. Since when is this restriction imposed?
|
|
|
|
|
For ages I think.... Most people use divs (eg. Captain See Sharp)
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|