How to add an anchor text in Oracle Apex 5.0 - oracle-apex

I want to create a login page where below the "Login" button I want to create a html text saying "Do not have an account? Click here to register." Here "Click here" will be an anchor text and when user clicks "Click here" it will redirect the user to the registration page.
I have searched for a whole day to achieve this but could not find any solution. I am new to oracle apex. Could anyone help me explaining the procedure?

Create Static content sub region on Login region, choose style "Blank with attributes", just write HTML code:
Sign Up!
That's all.

One way would be to create a Display As Text item with the source:
Do not have an account? Click here to register.
Set Escape HTML to "No"so that the link is displayed properly.

Related

Is it possible to create popup and exit redirect on aws S3 static website?

I just want to know if its possible to create those signup forms that popups when visitor visits the site?
And could visitors be redirected to another site once they click back or "x" button?
If you can see an html page you can include the javascript code to do that.
The javascript asociated with button click event shoul call window.location.href = "http://yourothersite.com";

Get HITID on Mturk

I would like to know how can I Get the HITID of my surveys of Mturk ? It's easy to see on TurkPrime, but on MTurk I can't seem to find it.
Thank you !
The HITId is not easily accessible on the Requester website, which uses "batches" instead of HITs to organize the interface. If you visit the "Manage HITs Individually" page, you will find a listing of HITs. The HITIds for each are not visible, but you can find them by either:
Doing an "inspect element" action from your browser's context menu on the iframe displaying the HIT. The HITId will be in the URL of the iframe's src attribute, or
Click on "Delete this HIT" (or just copy the link to that page). The HITId is part of the URL.
Another option, which requires that you created the HIT in the requester website (not on TurkPrime or anywhere else) and requires downloading a file, is to click the "Download CSV" for the appropriate batch. The HITId will be listed in the CSV.
Navigate to Manage HIT and select the HIT you want to get her HITID. Press the results button and download the results CSV file. The first two columns in the CSV are HITId and HITTypeId.
You can get it by going here: https://requester.mturk.com/mturk/manageHITs
Then hover over "Delete this HIT":
Right click and copy the URL. Analyze the URL and you'll see the HIT ID as a parameter.
The format will be something like:
https://requester.mturk.com/mturk/manageHIT?viewableEditPane=manageHIT_delete&HITId=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
It's the value after &HITId=
This past week, Mechanical Turk made finding the HITTypeId easier when you use the Requester UI. Here's how it works:
Visit http://requester.mturk.com and login
Click the Create tab
Click "New Batch with Existing Project"
Click on the "Project Name"
A pop up lightbox will appear. It used to show only "Layout ID" and "Layout Parameters" but it now also shows "HITTypeId"
To get the HITIds, the best approach is to download the CSV results which include the HIT IDs for your batch.
Hope that helps!

What is the simplest way to create a page tab on the latest version of fb?

All I want to do is create a few pages with sign up forms for our fans and customers on our business facebook page.
I created the new app, named it and went on to the basic settings. From what I can tell I just need to set up the "page tab" info. I Named the tab, put in the page tab url, secure page tab url and uploaded a tab image.
Then I wait for it to show up on our fb page. I refresh the page and for a few seconds it looks like something is being loaded in the list of tabs. But then it stops and the layout of default tabs (photos, likes, and events) are unchanged.
The tab should link to the app url which should load inside of an iframe which will have the html from our web server.
That's how I understand it anyways.
You must add manually the application on your page through this URL: http://www.facebook.com/dialog/pagetab?app_id=APP_ID&redirect_uri=https://www.facebook.com/
Remember to replace APP_ID first.

How can a URL tab locator be programmed in Chrome or Firefox?

I want to create an extension that when a link is hovered over or right clicked, can search for all the tabs opened to the website, bring up a list of them and allow you to select one of them to jump to, or create a new tab for that website if none exists.
Is it possible in Firefox or Chrome with Javascript? The List All Tabs button in goes part of the way, but only shows the page titles, rather than include the URL with it.

fblike api of facebook

hi i am using fblike api of facebook. this is working fine. i am using this script
when i open this page a text "fblike"and facebook icon are showing.but when i click on this a popup window opens and asking for login on facebook.
my question is that when user like this page the text which is display previously "fblike" change to "1 person".
can i stop this. i just want when user like this the texe should not be change.
I can do this or not?
Short Answer: You cant do that... :)
But you can achieve this by adjusting height and width of STANDARD LIKE BUTTON which will hide other part of that plugin (users, counter, etc) :)