Using image_popup

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
kenonix
Posts: 6
Joined: Thu Jan 24, 2013 3:20 pm

Using image_popup

Post by kenonix »

Script URL: http://www.onixsystems.ca/helpdesk
Version of script: 2.4.2
Hosting company: ICA
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: OBJECT, javascript

Write your message below:

I am using the following control in some of my html pages.
<OBJECT ID="image_popup" TYPE="application/x-oleobject" CLASSID="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"></OBJECT>
This is used inside a <map> tag to cause text to pop-up when an area of an image is clicked using:
<AREA SHAPE="RECT" COORDS="8,53,245,71" HREF="JavaScript:image_popup.TextPopup(Facility_select,popfont,9,9,-1,-1)" ALT="Facility">
The source path of the JavaScripts is defined as follows:
<HEAD>
<TITLE>Forecast-Mapping Screen</TITLE><SCRIPT LANGUAGE="javascript" SRC="http://www.onixsystems.ca/helpdesk/Onix ... "></SCRIPT>
<LINK REL="stylesheet" HREF="http://www.onixsystems.ca/helpdesk/Onix/CB/prompts.css">
</HEAD>

It works fine when run as an html page from my website but not when setup as an article in HESK.

I'm wondering if the JavaScripts source path is being picked up by HESK. Can you advise how to get HESK to recognize the JavaScripts source path? Any other suggestions?
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Using image_popup

Post by Klemen »

HTML files must only have one <head> tag, if you add additional <head> tags in the article contents it will be ignored by browsers.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply