 |
Auron Newbie
Joined: 16 May 2005 Posts: 1 Location: South Africa
|
Posted: Mon May 16, 2005 2:17 pm
MXP |
I am most likely 100% sure this would be the wrong place to post but I am unable to post on the Developers forum and I also don't know how to join that Forum, "Sorry, but only users granted special access can read topics in this forum."
What I am wondering, if anyone could help me, is how things such as frames and images works with MXP.
If I have done any harm by posting here please feel free to remove the post.
Thank you. |
|
|
 |
megamog75 Enchanter

Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Wed May 18, 2005 10:28 pm |
MXP just lets you open your browser to web pages.
Images can be opened using the #image command
I suggest you read the help files and just try experimenting a little.
If you have a specific question you can post a new question here.
This is the right forum for that. |
|
_________________ megamog75
I will do this.Nothing in my life matters except this.No moment in my life exists except this moment.I am born in this moment, and if I fail, I will die in this moment. Raistlin Majere |
|
|
 |
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Thu May 19, 2005 11:00 pm |
Actually, you can do a whole lot more than that in MXP. The IMAGE tag, for instance, allows you to insert images directly into a window. This is different than #IMAGE, which opens up a new popup window to display the image. Also, in combination with SEND you can use the ISMAP property to create an image map, just like in HTML. The SEND tag allows you to specify the command to send (this can also be an alias), and the ISMAP property appends the clicked coordinates. Right now, the coordinates are attached in markup-language format (ie, something?00,00) so the default behavior isn't too useful. You can easily get around this by including a trailing space in the SEND, though.
I don't mess with FRAME, though. |
|
_________________ EDIT: I didn't like my old signature |
|
|
 |
|
|