close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

On Framework load plugin - page need to load the with new url

Thread began 8/02/2020 3:20 am by Rokon | Last modified 8/03/2020 8:35 am by Rokon | 253 views | 1 replies

Rokon

On Framework load plugin - page need to load with new url

Hello

I am having a problem to load a page with url change value and my case is as below;

I have a master pager where I am loading the data from an external plugin page by using Ajax and your framework_load_plugin_url system. Normally the page is loading perfect by default without any problem but my problem arise as I need to change the url base on the select drop down value.

Like my actual default page url is /video/detail/?type=2 and when I am filtering my data from the drop down selected list with type=3 the page url still shows /video/detail/?type=2

I need to change the url base on my drop down select value but the full page should not be refreshed and just change the url value so that when user copy the url and pass to others then they get the right data.

below is the actual form and the drop down code
--------

<form action="/video/detail/" method="get" target="_self" id="formvideo" accept-charset="UTF-8">
<select name="type" class="form-control mb-3" id="type" title="Change video type" onChange="framework_load_plugin_url('plugins/video-detail.php',document.getElementById('formvideo'),'video-list','../../','');return document.MM_returnValue">
<?php
while(!$videotype->atEnd()) { //dyn select
?>
<option value="<?php echo($videotype->getColumnVal("videocatID")); ?>"<?php if (!(strcmp($videotype->getColumnVal("videocatID"), ($videocat->getColumnVal("videoCat"))))) {echo "selected=\"selected\"";} ?>><?php echo($videotype->getColumnVal("catnameBG")); ?></option>
<?php
$videotype->moveNext();
} //dyn select
$videotype->moveFirst();
?>
</select>
</form>

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...