|
You can't invoke JavaScript from ASP directly. You could use Ajax..
Brad
Australian
- Captain See Sharp on "Religion"
any half intelligent person can come to the conclusion that pink unicorns do not exist.
|
|
|
|
|
I am trying to get a lead capture to work with a version of Suger CRM (I have tried their forums to only be greeted with no answer at all). The version is 4.51 and I am using it with Apache and Mysql. It is set up and I can log into the main page with no problem. The problem lies that apparently it created no database for the users and when I try to capture leads on our website they never actually get captured.
My question I guess would be is there a better free lead capturing method (preferably easy to install and use) that will capture all the names and emails of clients and display them in a why we could use them to send news about our product with? Or does anyone know how to properly get Sugar CRM to function correctly?
I really need to get this to work asap. Also what is a good book that may help with these php scripts?
|
|
|
|
|
|
Hopefully someone can help me out here. I'm looking a pre-designed web forum written in C#.
Kinda of like you can get with vBulletin or a phpBoard.
If you can point me in a direction to anything like that. I'm not to concerned whether it is free or not.
Thanks In Advance!!
Bob
|
|
|
|
|
|
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 )
|
|
|
|