Search found 793 matches
- Wed Oct 28, 2020 11:39 am
- Forum: General Questions
- Topic: Using an ON/OFF switch
- Replies: 8
- Views: 2609
Re: Using an ON/OFF switch
Hello there, Several reasons: 1) I have been with Windows for some 30 years, I got sick of the updates the need to restart the machine each time. In Linux it does it in the background and you very seldom are prompted to restart. 2) When there are updates, you can make a choice, which of them to take...
- Wed Oct 28, 2020 6:57 am
- Forum: General Questions
- Topic: Using an ON/OFF switch
- Replies: 8
- Views: 2609
Re: Using an ON/OFF switch
Thanks
- Wed Oct 28, 2020 4:47 am
- Forum: General Questions
- Topic: Using an ON/OFF switch
- Replies: 8
- Views: 2609
Re: Using an ON/OFF switch
Hello again, Long time to hear... Yes, I am only using QENWB (I have no longer any Windows enviropnment. 1) I assumed (maybe wrong of me) that any object in there is also available here 2) In that forum, the only one I vere get any feedback is Pablo himself, no idea why.... Thanks for the feedback, ...
- Wed Oct 28, 2020 2:19 am
- Forum: General Questions
- Topic: Using an ON/OFF switch
- Replies: 8
- Views: 2609
Using an ON/OFF switch
First time I am trying to use it : https://ourvilla.net.au/vlnew.html But, when clicking the Submit button, I want to check for each of those 2 switches, either if they oar ON or OFF or what is the Text on them at that moment. I am trying to use - document.getelementbyid() But, don't manage to get a...
- Fri Oct 02, 2020 6:42 am
- Forum: Off Topic Section
- Topic: Not directly related to wwb
- Replies: 3
- Views: 2109
Re: Not directly related to wwb
Well, here are some details of my setup 1) I have a button, which upon clicking it - it reveals a hidden Modal hidden dialogue 2) In the Events action - I have TWO calls, to two javascript functions: The first one - WritePageVisit(), is a call to a php script on the server, here are the scripts The ...
- Thu Oct 01, 2020 8:43 pm
- Forum: Off Topic Section
- Topic: Not directly related to wwb
- Replies: 3
- Views: 2109
Re: Not directly related to wwb
Yes, I tried that, but it still ends up with the PHP blank page, not the current page it was called from
Thanks again
Thanks again
- Thu Oct 01, 2020 12:14 pm
- Forum: Off Topic Section
- Topic: Not directly related to wwb
- Replies: 3
- Views: 2109
Not directly related to wwb
I just need some help.... I have a "pages.html", in it, a JavaScript function. At the end of that function, I am calling an external "page.php" to update a record on the server. I am using window.location.href to do the job. The problem is, this action is moving the visitor from the current page ont...
- Fri Sep 04, 2020 8:48 am
- Forum: General Questions
- Topic: Trapping URL from button click in a Blog object
- Replies: 8
- Views: 2236
Re: Trapping URL from button click in a Blog object
Hello again, Easy on the beer... Take care of yourself My exercise of moving to Linux, turned out a real nightmare, to say the least. Yesterday, while at it, I had no computer at all, trying to use the entire storage device to install Linux, it wiped the Windows partition and I had nothing... At the...
- Wed Sep 02, 2020 2:05 am
- Forum: General Questions
- Topic: Trapping URL from button click in a Blog object
- Replies: 8
- Views: 2236
Re: Trapping URL from button click in a Blog object
Long time no hear... Hope all is well at your end. My use of this method is NOT restricted to YT clips, see this as an example : http://www.nmaa-rc.org.au/howto.html Or this : http://www.nmaa-rc.org.au/rclinks.html So, as you can see, my "Play-list" is generic way, not only for YT, hence - I must fi...
- Tue Sep 01, 2020 10:41 pm
- Forum: General Questions
- Topic: Trapping URL from button click in a Blog object
- Replies: 8
- Views: 2236
Re: Trapping URL from button click in a Blog object
OK, I followed the link and created a new page : http://www.nmaa-rc.org.au/page9.html It has in it a single example, the Blog object is part of the page, NOT embeded like I had it originally The following is the function: <script> document.addEventListener(`click`, e => { const origin = e.target.clo...
- Tue Sep 01, 2020 6:25 am
- Forum: General Questions
- Topic: Trapping URL from button click in a Blog object
- Replies: 8
- Views: 2236
Re: Trapping URL from button click in a Blog object
Yes, this helps. I figured the 1st half already, I was missing the 2nd part which the above link answered document.getElementById("Blog2").addEventListener("click", function(){ alert(Blog2); }); "Blog2" is the elemnt ID of the entire blog object. It seems that in QWB, the object itself doesn't have ...
- Mon Aug 31, 2020 11:27 pm
- Forum: General Questions
- Topic: Trapping URL from button click in a Blog object
- Replies: 8
- Views: 2236
Trapping URL from button click in a Blog object
I am going to a major remake of this website, as an example - please see this page : http://www.nmaa-rc.org.au/videoclips.html On the right hand side column (Layout grid) is a Blog object with many options. Clicking any of them, brings up a page in the left hand side column, inside an iFrame How can...
- Mon Aug 10, 2020 6:23 am
- Forum: General Questions
- Topic: Using web in Linux / Ubuntu
- Replies: 6
- Views: 2760
Re: Using web in Linux / Ubuntu
Hello friends, After several reinstallations of Ubuntu / Wine / WWB - I gave up... Frustrated and dissapointed. IT just doesn't install, if it does, it just doesn't run. I have installed several other Windows programs in Wine and they all work OK. So, I will give QNE a try. I followed the links that...
- Sun Aug 09, 2020 9:45 am
- Forum: General Questions
- Topic: Using web in Linux / Ubuntu
- Replies: 6
- Views: 2760
Re: Using web in Linux / Ubuntu
Any suggestion as to how to implement this? Where to dump the content into?
Thanks
Thanks
- Sun Aug 09, 2020 4:08 am
- Forum: General Questions
- Topic: Using web in Linux / Ubuntu
- Replies: 6
- Views: 2760
Using web in Linux / Ubuntu
Yes, I know that there is Linux version - QNE... But, I am using web for many years now and am comfortable with it. I tried installing it under Wine in Linux, it fails on missing MFC42u.dll, which I can copy from windows, or is there no way for me to use it that way? The QNE version is like having t...