|
Rank: Newbie Groups: Member
Joined: 11/1/2012 Posts: 3
|
I am using msgbox EO, contains a JavaScript function eo_msgbox, and has a parameter called "icon" which is written in this parameter?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
I believe you can pass an image Url to that argument.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 11/1/2012 Posts: 3
|
Hi, Thank you! this is my vb.net code, as it should be to put the url?
eo_MsgBox ( "msgb_login_ini", / / "ISIS Connection Settings", / / str_pfun_mnensaje, / / ????? / / Icon [ { Text: 'OK' / / } ]); }
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,201
|
Hi,
You will need to ask someone around you to point you to the right direction. First, the code is JavaScript code, it's not even VB.NET code. Second an image Url is an Url. There really should be no further explanation about what an Url is if you do Web development. We consider both very basic Web programming questions that are well beyond the scope of our support. So we would advise you to seek help elsewhere about these questions.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 11/1/2012 Posts: 3
|
Ok, thanks
|
|