You are not logged in.
Pages: 1
In my module form, I want to change options of one select based on selection of another select. Somehow the change doesn't affect the select element. WHY?
Simple code I wrote is:
var dd=$("select[name='exam_id']");
dd.empty();
dd.append("<option value='test'>Test</option>");
My search box is in the header file and its name is q. Somehow, $_GET["q"] returns null in my search result page. Even the URL of the search result page lost its fragment part ("?q="). Is there anything that I may doing wrong. If I include a page that doesn't exist in action of the search form, fragment is there.
Hello,
I'd like to use Google Search on my website. I want to pass search text to the another page that includes Results Only code from Control Panel. How can I get values of _GET or _POST in my pages?
Best Regards.
I send emails using sendEmail function. However, the received emails are messed up when I use my mother tongue. How can I set the charset for my emails.
Thank you so much, timbuckingham. How do I open that page in the new tab?
I want to create a custom action that opens printable version of some data for my view. How do I open the page that doesn't include admin header and footer in it?
Thank you so much. I should have asked you earlier.
I provided Preview URL's for module views. Preview icons are shown okay on the views.
The problem is when I click preview of the changed or pending items, it shows published version, not the changed version. Please help me on this.
Pages: 1