close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

using input type of 'image' instead of 'button' to fire js popup gives a different outcome

Thread began 6/14/2013 8:11 am by CraigR | Last modified 6/17/2013 11:24 am by CraigR | 3394 views | 6 replies |

CraigRBeta Tester

using input type of 'image' instead of 'button' to fire js popup gives a different outcome

I have a page with a list of members created using databaridge and I have a button on each table row which loads a popup window of a members mini biography.
when the button is clicked, a hidden field in the form is updated with the member id and this is used as the get parameter in my popup form.

the button code is as follows...

<input type="button" class="formButton ResultsPageButton unstyled DetailButton" value="" onclick="document.getElementById('WADARecordID').value=<?php echo($row_WADAtblmember['MemberID']); ?>;document.getElementById('WADAMemberName').value='<?php echo($row_WADAtblmember['MemberFirstName']." ".$row_WADAtblmember['MemberLastName'] ); ?>';openWindow();" />



I would like to change the code so that the form uses an image input type instead, so I created the following, which calls the same javascript function

<input type="image" src="../../../images/buttons/view_button_grey.png" value="preview" title="View Details" onclick="document.getElementById('WADARecordID').value=<?php echo($row_WADAtblmember['MemberID']); ?>;document.getElementById('WADAMemberName').value='<?php echo($row_WADAtblmember['MemberFirstName']." ".$row_WADAtblmember['MemberLastName'] ); ?>';openWindow();" />



but when I tried this, the popup form opens and closes again, whereas it should stay open modally, (the same function is called)

here is my js function...

function openWindow() {	
$.window({
title: "Member Profile - "+document.getElementById('WADAMemberName').value,
url: "/members/member_profile.php?MemberID="+document.getElementById('WADARecordID').value,
width: 320, // window width
height: 600, // window height
draggable: false,
resizable: false,
maximizable: false,
minimizable: false,
showModal: true
});
}
Sign in to reply to this post

Jason ByrnesWebAssist

see private message

Sign in to reply to this post

CraigRBeta Tester

ok

Sign in to reply to this post

Jason ByrnesWebAssist

I must be missing something?

On that page the update image is a link?

<a href="/admin/members/member_update.php?MemberID=2" title="Update Member"><img border="0" name="Update2" id="Update2" alt="Update" src="/images/buttons/edit_button_grey.png" /></a>

Sign in to reply to this post

CraigRBeta Tester

ok

I found a 'solution' to the problem, my table was held within a form, but as the form had nothing which required to be submitted, (the buttons were either links or called some js), I removed the form tags around the table and hey, it works.

So it seems my image button to call the js function performs ok unless it is held within a form.

Not sure why at this point, maybe the image button acts like a submit when in a form ?

However, the real answer is staring me in the face.

Don't change the button type at all, leave everything as created by databridge dataasist wizard, and simply change the button's appearance usingcss

Sign in to reply to this post

Jason ByrnesWebAssist

  maybe the image button acts like a submit when in a form ?  



yes, this is exactly correct.

you can use either the image element or Submit element types to submit a form, since you had the image elements in form tags, it was triggering the form submit.

Sign in to reply to this post

CraigRBeta Tester

thanks Jason, that clears it up, and i can do what I need with CSS, so all is well

;-)

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...